webiny-js
webiny-js copied to clipboard
fix: use lower react version
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.