hfuthippop commented on issue #10017:
URL:
https://github.com/apache/incubator-superset/issues/10017#issuecomment-665414188
> Faced the same issue.
> Just install react-table v7.0.2. It was listed as a dev-dependency. Either
move it to dependencies or install dev-dependencies.
> This is my package-lock.json
>
> ```
> @types/react-table": {
> "version": "7.0.2",
> "resolved":
"https://registry.npmjs.org/@types/react-table/-/react-table-7.0.2.tgz",
> "integrity":
"sha512-sxvjV0JCk/ijCzENejXth99cFMnmucATaC31gz1bMk8iQwUDE2VYaw2QQTcDrzBxzastBQGdcLpcFIN61RvgIA==",
> "dev": true,
> "requires": {
> "@types/react": "*"
> }
> }
> ```
It does not work.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]