Adain
Adain
use the jquery 2.2.0 fixed!
did you set the iPhone silent mode?
我看了下代码 官方用的是 `visibility: hidden/visible`来控制AtModal的显示隐藏,在iOS中input的placeholder一直存在,把`visibility`换成`display`就好了 ``` .at-modal{ display: none; .at-modal--active{ display: block; }
> React发布了新的版本,在新的版本18.3.0中加入了警告提示 > > * **Warn for deprecated findDOMNode outside StrictMode** > > https://github.com/facebook/react/releases/tag/v18.3.0 手动改下react的版本就好了 `yarn remove react react-dom` `yarn add [email protected] [email protected]`