webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.24k stars 590 forks source link

fix: use lower react version #4118

Closed brunozoric closed 2 months ago

brunozoric commented 2 months ago

Changes

Using the 18.3.x version of react results in a lot of deprecation warnings, which look like errors. We can increase the version from 18.2.0 to 18.3.x (or higher in next quarter), because we need to update packages which use react anyway.

How Has This Been Tested?

Jest and manually.