You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. to account for particular links, have outside renderer handle particular link, call back (using .withComponent('LIST_LINKS')) to render whole item, but hard-wire DATA_RENDERER to particular entry.
Potential renderers must have all their components available in order to be chosen - including not having a renderer specified for that component (unless it's the same renderer).
The text was updated successfully, but these errors were encountered:
E.g. to account for particular links, have outside renderer handle particular link, call back (using
.withComponent('LIST_LINKS')
) to render whole item, but hard-wireDATA_RENDERER
to particular entry.Potential renderers must have all their components available in order to be chosen - including not having a renderer specified for that component (unless it's the same renderer).
The text was updated successfully, but these errors were encountered: