You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a React 18 project and adding @grapesjs/react pulls in React 19 even though package.json correctly has "react": "^18.0.0 || ^19.0.0" as a peer dependency.
We have a React 18 project and adding
@grapesjs/reactpulls in React 19 even thoughpackage.jsoncorrectly has"react": "^18.0.0 || ^19.0.0"as a peer dependency.https://github.com/GrapesJS/react/blob/main/packages/grapesjs-react/package.json#L34
The published package on npm has react@^19.0.0 listed as a regular dependency though