-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
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
when i run command with npm run build
, it tell me react not support css property
#21851
Comments
I am also encountering this issue, have not found any workaround or solutions. |
I'm not sure why there are so many snyk links here, but this no longer seems to be the case in current-era Superset. Let us know if this needs revisiting for some reason. |
I've recently upgraded to Superset v3.1.2 and I'm now encountering the same issue. Example:
I've managed to get around it by doing something like this but it doesn't feel like I should have to do that. |
/Users/mengzhigang/Desktop/python_workspace/Superset/superset-frontend/src/views/components/RightMenu.tsx
396:24 error Unknown property 'css' found react/no-unknown-property
401:24 error Unknown property 'css' found react/no-unknown-property
406:24 error Unknown property 'css' found react/no-unknown-property
411:24 error Unknown property 'css' found react/no-unknown-property
471:3 error State initialization should be in a constructor react/state-in-constructor
/Users/mengzhigang/Desktop/python_workspace/Superset/superset-frontend/src/visualizations/TimeTable/TimeTable.jsx
245:11 error Unknown property 'css' found react/no-unknown-property
✖ 383 problems (163 errors, 220 warnings)
just like this.
报错的都是div,span这种基础标签
The text was updated successfully, but these errors were encountered: