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?
We use
@vgs/collect-js-reactwithin a React 19 application, currently we are having to override the version of React that@vgs/collect-js-reactuses 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?