v2.1.0
⚙️ Chore
- Bump React dependency version to
^17.0.0 || ^18.0.0
- Bump minimum Strapi dependencies version to
4.11.0
NOTE: If you continue to have issues with React 18 support, try using the following in your
package.json
:"resolutions": { "react": "^18.0.0", },