typicode / react-fake-props

đź”® Magically generate fake props for your React tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Immutable types not supported

flightcom opened this issue · comments

Tests fail for components using Immutable types:

'Error, unknown type'

Could it be possible to support them ?

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

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'