SudoUser
SudoUser
> I have not looked into it. Do we know if it reproduces with native VS Code web? (`code serve-web`) > > Maybe something we patched broke it, but I...
trigger={"custom"} 传进去
Downgrade react version to 18 will solve this. We may need to speed up solving our react 19 problems @YannLynn
If you believe your react version is 18, you may need to add some consolelog to log out react instance just near the error code in node_modules to find out...
试试 2.80.0-alpha.2 这个版本看看修复了这个问题
> +1 react 18 semi-ui2.82.0 依然存在 可以试一下这个 2.80.0-alpha.2 特殊版本,如果大家都OK 我们就把修复合并到正式版本。
nextjs 要使用 esm 的 semi,不要用cjs版本的,也不要让nextjs 自己打包的时候将semi 打包为cjs。因为 semi 是纯esm包,用的 mdxjs 也是esm包。 具体怎么配置nextjs 不要将纯esm 的包打包为cjs,需要看下nextjs 的文档,他们总是改
有 onContextMenu 这个 api
安卓 OriginOS 和 ColorOS ,没复现,这个和系统的快捷粘贴实现应该有关系