kring
kring
support
If any parent component has an observer, there will be problems. If you remove the observer, there will be no problem.
After wrapping the editing component with a separate layer of memo, does it look normal again? I suspect that the refresh of the parent component will cause the slate exception....
`:where()` 伪类函数在 CSS 中是一个相对较新的特性。它首次出现在 CSS Selectors Level 4 规范中。这个伪类函数的目的是提供一种选择器,它与 `:is()` 类似,但在计算特异性时,`:where()` 的特异性总是为零。 至于它在各个浏览器中的支持情况,`:where()` 伪类开始得到支持的具体版本如下: - **Chrome**: 从版本 88 开始支持(2021年1月发布)。 - **Firefox**: 从版本 78 开始支持(2020年6月发布)。 - **Safari**: 从版本 14 开始支持(2020年9月发布)。 -...
我正在尝试禁用官方的reset css,改为自己手动引入旧版本的reset css
CSSReset use "@chakra-ui/css-reset": "2.0.10",