Typings

Current implementation relies of static propTypes declaration. The breakdown of this decision is as follows:

  • Only checked in development mode, in production they are removed.

  • Do not provide type-hints to the developer. The prop checking only occurs during the runtime.

Heads up!

Last updated

Was this helpful?