liuhong1happy / react-umeditor

React Editor like Umeditor
MIT License
279 stars 77 forks source link

初始化 editor 提示 Warning: validateDOMNesting(...): <form> cannot appear as a descendant #27

Open raisezhang opened 7 years ago

raisezhang commented 7 years ago

截图如下:

image

版本:"react-umeditor": "^1.0.0-rc4",

liuhuapiaoyuan commented 7 years ago

我也是这个问题。。不知道怎么解决~

liuhong1happy commented 7 years ago

@liuhuapiaoyuan 这是一个bug,会在最近修复掉该问题。

terminalqo commented 7 years ago

在同一个页面有多个form的时候也会出现这个问题,现在我只在同一个页面保留一个form。