plotly / dash-renderer

OBSOLETE has been merged into dash
https://github.com/plotly/dash
MIT License
97 stars 32 forks source link

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

Closed byronz closed 5 years ago

byronz commented 5 years ago

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 https://github.com/plotly/dash/issues/686