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
[x ] This is a bug report or an enhancement proposal.
Description
When editing it, the text input in either the URL popup or media's width/height text input flashes, and no input is accepted, can you help? Looks like we are running into Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.at InputBase (http://localhost:3000/app.js:31922:83)
The text was updated successfully, but these errors were encountered:
jamesman11
changed the title
URL pop over not editable
URL popup or media pop not editable
Sep 25, 2023
Checklist
Description
When editing it, the text input in either the URL popup or media's width/height text input flashes, and no input is accepted, can you help? Looks like we are running into
Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.at InputBase (http://localhost:3000/app.js:31922:83)
The text was updated successfully, but these errors were encountered: