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
When viewing the Page content template part in the visual editor it appears that the post-title block is repeated and gets smaller and smaller, until the editor finally gives up with a broken block.
The console log reports:
Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Removing the post-content block prevents the recursion.
Gutenberg 10.3.1
The text was updated successfully, but these errors were encountered:
For the following HTML
When viewing the Page content template part in the visual editor it appears that the
post-title block
is repeated and gets smaller and smaller, until the editor finally gives up with a broken block.The console log reports:
Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Removing the
post-content
block prevents the recursion.Gutenberg 10.3.1
The text was updated successfully, but these errors were encountered: