URL popup or media pop not editable
jamesman11 opened this issue · 1 comments
jamesman11 commented
Checklist
- [x ] This is not covered in the repository examples.
- [x ] I am using the package latest version.
- [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)
nitin41 commented
Facing same issue