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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级到 v7.0.0 后,在 Nuxt 3 中使用,出现如上错误。
关键代码应该是在 inShadow 中使用的 instanceOf ShadowRoot,只需要做成 ShadowRoot && xxx instanceOf ShadowRoot 即可。
inShadow
instanceOf ShadowRoot
ShadowRoot && xxx instanceOf ShadowRoot
cc @tangjinzhou
The text was updated successfully, but these errors were encountered:
https://github.com/ant-design/ant-design-icons/blob/master/packages/icons-vue/src/utils.ts#L166C34-L166C44
Sorry, something went wrong.
No branches or pull requests
升级到 v7.0.0 后,在 Nuxt 3 中使用,出现如上错误。
关键代码应该是在
inShadow
中使用的instanceOf ShadowRoot
,只需要做成ShadowRoot && xxx instanceOf ShadowRoot
即可。cc @tangjinzhou
The text was updated successfully, but these errors were encountered: