-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Replace deprecated React types, remove unnecessary imports #72
Conversation
Not sure why the CI can't find a module, would appreciate it if you took a look at it |
It is because you updated lucia auth and in the newer version (since lucia is deprecated) oslo is now a separate package |
package.json
Outdated
"lucide-react": "^0.396.0", | ||
"next": "15.0.1", | ||
"next": "^15.0.2-canary.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"next": "^15.0.2-canary.9", | |
"next": "^15.0.1", |
Dont use canary version for next use the stable version. React uses release candidate because it is required in the stable Next15 version
We need at least these two I think. And we also need the oath2 for feide: oslo/oauth2
should fix it |
The code for Feide is not compatible with the new |
Im implementing auth manually using the guides from lucia author. That is the fix :) |
React.ElementRef
withReact.ComponentRef
, as it's marked as deprecated in@types/react@19