plotly/dash-renderer

add config flag so we can disable the props check if needed

Closed this issue · 0 comments

in new dash-renderer, if your app is in dev mode, by default, the props-check for the component is enabled. we add here a switch to turn off the check if dash app has that flag as disabled.

aslo in plotly/dash#686