plotly / dash-html-components

OBSOLETE - now part of https://github.com/plotly/dash
https://dash.plotly.com
Other
153 stars 49 forks source link

Oneof typo #111

Closed chriddyp closed 5 years ago

chriddyp commented 5 years ago

Received this warning from previous PR:

Warning: Invalid arguments supplied to oneOf, expected an array, got 3 arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).
byronz commented 5 years ago

:dancer: