How do I skip PropType validation of a React component prop?

20 views Asked by At

I'm trying to use a 3rd party React component with an incorrect PropType definition. Passing the problematic value to the component as a prop works just fine but is not accepted by the validator. How do I tell the validator to skip validation of the prop with the incorrect validation rule?

0

There are 0 answers