Version 10 Migration - lipemat/js-boilerplate GitHub Wiki
New React Version 18
React 17 is no longer supported and all included configurations/tools are updated to work with React 18.
React Fast Refresh is now being used instead of React Hot Loader.
Removed all @types
If previously using the internal TS add @types/lipemat__js-boilerplate
to your package.json.
Note about Enzyme
Unrelated to this library, Enzyme tests are not supported by React 18. If you are still using Enzyme, be prepared to migrate your tests to React Testing Library when updating React.