plotly / dash-renderer

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

NotifyObservers propTypes not correct #121

Closed valentijnnieman closed 5 years ago

valentijnnieman commented 5 years ago

I have noticed that the props in the NotifyObservers component don't have their propTypes set correctly = path is used in the code as paths and dependencies, setProps are missing. Small fix, just documenting it here.

alexcjohnson commented 5 years ago

We don't have a NotifyObservers component anymore, just a notifyObservers function. Pretty sure this issue is obsolete.