You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/06/16 21:00:29 UTC

[GitHub] [incubator-superset] ispulkit edited a comment on issue #10017: steps to fix broken white page when start it using docker (and bug report)

ispulkit edited a comment on issue #10017:
URL: https://github.com/apache/incubator-superset/issues/10017#issuecomment-644998006


   Faced the same issue.
   Just install react-table v7.0.2. It was listed as a dev-dependency. 
   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": "*"
         }
       }
   
    `


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org