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
In some cases block components can't render anything (e.g. rendering a dynamic teaser list where the query yields 0 results).
Currently, they have to conditionally not render only when isEditing is false. A better approach would be to provide a built-in fallback in blökkli to instead render a placeholder. If this is not possible, it should still be possible to at least delete or edit a block via the "Structure" pane.
The text was updated successfully, but these errors were encountered:
In some cases block components can't render anything (e.g. rendering a dynamic teaser list where the query yields 0 results).
Currently, they have to conditionally not render only when
isEditing
isfalse
. A better approach would be to provide a built-in fallback in blökkli to instead render a placeholder. If this is not possible, it should still be possible to at least delete or edit a block via the "Structure" pane.The text was updated successfully, but these errors were encountered: