When running npm run dev-server this route:
http://localhost:9000/chart/add Leads to a React JS error: Uncaught Error: Target container is not a DOM element.
Which indicates that the Dom isnt available yet for the React Scripts to kick off.
This only happens when kicking off webpack-dev-server
It works just fine when running the app without webpack-dev-server.... so it must be a config issue, but not sure what it could be.
Any insight would be great on this.
Node: 12.14.1
typescript 3.8.3
Superset: 0.37.0 as of (2020/08/01 06:59 +00:00)
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.60. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I too am getting this error. It does not happen all the time. I encounter this only when try to add a chart (on the page /chart/add). Adding a database, table or dashboard works fine.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
Most helpful comment
Issue-Label Bot is automatically applying the label
#bugto this issue, with a confidence of 0.60. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!Links: app homepage, dashboard and code for this bot.