plotly / dash-component-boilerplate

Get started creating your own Dash components here.
265 stars 182 forks source link

Lazy Loader(Async) Render issue #163

Open neetishsingh opened 2 months ago

neetishsingh commented 2 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