Peter-Win / fe-gui

0 stars 0 forks source link

Support of React v18 #7

Closed Peter-Win closed 2 years ago

Peter-Win commented 2 years ago

The new version of React contains breaking changes that lead to compilation errors. Changes need to be made for everything to work correctly.

Peter-Win commented 2 years ago

Remained support for React version 17 and added support for React 18. The biggest changes had to be made to the Jest testing system.