I have created some components which take an optional prop like hide={true}
. My problem is that these annoying error messages always flood my console when I don't pass that prop:
<MyComponent> was created without expected prop 'hide'
Is there some way to declare the props as optional?