plotly / dash-component-boilerplate

Get started creating your own Dash components here.
275 stars 184 forks source link

Lazy Loader(Async) Render issue #163

Closed neetishsingh closed 1 month ago

neetishsingh commented 7 months ago

Hi, I am sharing an issue that I recently encountered, when I executed a cookie-cutter with async configuration for a project, while running npm run start, the rendered webpage was totally a blank screen and in the browser console I was having Uncaught ReferenceError: React is not defined.

image