dash-docs icon indicating copy to clipboard operation
dash-docs copied to clipboard

Misleading future prop checking entry in docs

Open Marc-Andre-Rivet opened this issue 5 years ago • 0 comments

In http://dash.plotly.com/react-for-python-developers, there is an entry for:

In the future, we will use these propTypes to provide validation in Python. That is, if you specify that a property is a PropTypes.string, then Dash's Python code will throw an error if you supply something else. Track our progress in this issue: 264.

This is not accurate as it is already implemented and rather than being exposed in Python it handled in JS and made available through the DevTools.


Let's make this wider reaching and check up on any future or Dash v x.x references and make sure they still make sense. Especially references to Dash v0.x exception or feature availability.

Marc-Andre-Rivet avatar Jul 29 '20 16:07 Marc-Andre-Rivet