oidc-react
oidc-react copied to clipboard
Support for React 19?
It looks like oidc-react still doesn't support React 19, not even with latest release (4.0.1). Is React 19 support coming soon?
Why have you changed project peer dependencies from
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0"
}
to
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0"
}
We can't install this project with a react 18 project, but it seems that in 4.0.1 there is no change regarding react components, can you publish a version react 18 compatible at install time, thanks in advance