Skip to content

Upgrade guide from version 7.x to 8.x

Wojciech Maj edited this page May 29, 2024 · 1 revision

New JSX transform is now required

Most likely, you’re already using it, but if you’re not, you’ll need to enable it by following the instructions in the linked blog post.

propTypes were removed

If you’re using propTypes, we recommend migrating to TypeScript or another type-checking solution.