We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
不能这样直接引用,如果在 react 17 中引入,import('react-dom') 或者 import('react-dom/client')
import('react-dom')
import('react-dom/client')
使用 try catch
try catch
Originally posted by @jaywcjlove in #214 (comment)
The text was updated successfully, but these errors were encountered:
fix: 修复 react 17 中报错问题 (#216) (#217)
e98476c
v5.1.1 fix: 修复 react 17 中报错问题 (#216) (#217) e98476c
4a331fb
SunLxy
No branches or pull requests
不能这样直接引用,如果在 react 17 中引入,
import('react-dom')
或者import('react-dom/client')
使用
try catch
Originally posted by @jaywcjlove in #214 (comment)
The text was updated successfully, but these errors were encountered: