django-plotly-dash icon indicating copy to clipboard operation
django-plotly-dash copied to clipboard

Issue Integrating Custom Dash Components

Open 007ebey opened this issue 4 years ago • 1 comments

I developed a custom Dash component, named materialize_components using https://github.com/plotly/dash-component-boilerplate.

I tried adding to PLOTLY_APPS in settings.py, still not working.

react-dom.production.min.js:125 Error: materialize_components was not found. at wr (dash_renderer.min.js:20) at fa (dash_renderer.min.js:20) at e (dash_renderer.min.js:20) at dash_renderer.min.js:20 at Array.forEach (<anonymous>) at e (dash_renderer.min.js:20) at dash_renderer.min.js:20 at Array.forEach (<anonymous>) at e (dash_renderer.min.js:20) at pa (dash_renderer.min.js:20) Advice how to circumvent this issue would much appreciated.

007ebey avatar Jun 23 '21 13:06 007ebey

@007ebey what is PLOTLY_APPS?

Have you established that your custom component works correctly from a vanilla Dash application? That can be a useful way of locating where the problem lies.

GibbsConsulting avatar Jun 28 '21 13:06 GibbsConsulting