plotly / dash-component-boilerplate

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

Warning, 'label' is marked as required but its value is undefined. #2

Open zackstout opened 6 years ago

zackstout commented 6 years ago

I got this warning, and to fix it I added 'label' and 'id' keys to the App's initial state.