oidc-react icon indicating copy to clipboard operation
oidc-react copied to clipboard

Support for React 19?

Open lucal-mms opened this issue 5 months ago • 1 comments

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?

lucal-mms avatar Jul 22 '25 13:07 lucal-mms

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

lardyNiji avatar Jul 30 '25 08:07 lardyNiji