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
依赖: @nutui/icons-react-taro 版本:1.0.1 复现代码:https://github.com/jdf2e/nutui-react/blob/next/src/packages/configprovider/demo.taro.tsx
看了代码,是icons-react-taro/src/IconTemplate.tsx文件下的-webkitMask属性导致,查找不到这个属性,请确认是否有效。
The text was updated successfully, but these errors were encountered:
+1 "@nutui/icons-react-taro": "1.0.2"
Sorry, something went wrong.
feat(react): ✨ use NutUI-React Taro
0d5b2fe
- https://nutui.jd.com/taro/react/2x/#/zh-CN/guide/start-react - https://docs.taro.zone/docs/use-h5 - jdf2e/nutui-icons#16
a3a05be
- https://nutui.jd.com/taro/react/2x/#/zh-CN/guide/start-react - https://docs.taro.zone/docs/use-h5 - jdf2e/nutui-icons#16 - 样式不需要按需引入,避免优先级问题
为了在小程序中使用 SVG,所以使用了 -webkitMask 。上面的报错还没办法去掉
是否能判断下 环境 来区分下 是否是小程序环境
No branches or pull requests
依赖: @nutui/icons-react-taro
版本:1.0.1
复现代码:https://github.com/jdf2e/nutui-react/blob/next/src/packages/configprovider/demo.taro.tsx
报错信息
看了代码,是icons-react-taro/src/IconTemplate.tsx文件下的-webkitMask属性导致,查找不到这个属性,请确认是否有效。
The text was updated successfully, but these errors were encountered: