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 use @vgs/collect-js-react within a React 19 application, currently we are having to override the version of React that @vgs/collect-js-react uses within our package.json.
This is because the React peer dependencies in this repo are defined as "react": "^16.0 || ^17.0 || ^18.0"
Is there a plan to update the peer dependencies of this package so that it allows usage with React 19?
The text was updated successfully, but these errors were encountered:
We use
@vgs/collect-js-react
within a React 19 application, currently we are having to override the version of React that@vgs/collect-js-react
uses within our package.json.This is because the React peer dependencies in this repo are defined as
"react": "^16.0 || ^17.0 || ^18.0"
Is there a plan to update the peer dependencies of this package so that it allows usage with React 19?
The text was updated successfully, but these errors were encountered: