niuware / mui-rte

Material-UI Rich Text Editor and Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL popup or media pop not editable

jamesman11 opened this issue · comments

Checklist

Description

image
image

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)

Facing same issue