react-fake-props icon indicating copy to clipboard operation
react-fake-props copied to clipboard

Immutable types not supported

Open flightcom opened this issue 7 years ago • 2 comments

Tests fail for components using Immutable types:

'Error, unknown type'

Could it be possible to support them ?

flightcom avatar Nov 13 '17 20:11 flightcom

Hi @flightcom, Could you provide a failing example please?

typicode avatar Nov 16 '17 11:11 typicode

I think @flightcom was referring to react-immutable-proptypes. Currently, react-fake-props sets below value to prop which has immutable proptype:

'custom type not supported, please set the correct value for propName prop'

myklt avatar Dec 05 '17 09:12 myklt