support for PropTypes.array
adambene opened this issue · 5 comments
adambene commented
It seems that this package does not support PropTypes.array
or PropTypes.arrayOf
.
Is there any future plans for support?
mhauens commented
+1
Richacinas commented
+1
barakplasma commented
a partial workaround:
addon-smart-knobs does support PropTypes.object
, which provides you with a field where you can insert an array as an object property. Not a full workaround, but does automatically expose a field to change the array.
ndelangen commented
Would love to support this! Anyone want to open a PR?