rusackas commented on issue #15116: URL: https://github.com/apache/superset/issues/15116#issuecomment-863571221
Is there a particular page in Superset that's throwing this error? I'm thus far unable to replicate, but maybe I'm just looking at a different page with different components. To retrace your steps, I did the following: * Pull `master` on `superset-ui` * Pull `master` on `superset` * in `superset-ui` run `yarn` and then `yarn build` * in `superset` cd into `superset-frontend` and run `npm link ../../superset-ui/packages/superset-ui-core` * when it's done, run `npm run dev-server` FWIW, I'm running the docker build of `superset` by going into that directory and doing `docker-compose up` -- 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]
