-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Update React Router to 6.3.0 #18722
Update React Router to 6.3.0 #18722
Conversation
bd83a75
to
03bbfdc
Compare
03bbfdc
to
fbcdc0b
Compare
0f18c9c
to
1670e5b
Compare
7986774
to
8132e77
Compare
A step towards upgrading react router to 6.3.0. This changes make the generated code work only when the user management is skipped and no entities are generated.
It's not needed anymore because React Router 6.3.0 has types included.
A pattern like this does not work with React Router 6.3.0
8132e77
to
f2cfef0
Compare
f2cfef0
to
38ad4b7
Compare
When OIDC is used the redirect path is different. With this change the correct path is checked when using OIDC.
060af6f
to
bfb7020
Compare
@qmonmert I am not a react expert. Can you help and validate the PR? |
...main/webapp/app/modules/administration/user-management/user-management-delete-dialog.tsx.ejs
Outdated
Show resolved
Hide resolved
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.
Great job @emilpaw 👏
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.
Great job.
Bug bounty claimed: https://opencollective.com/generator-jhipster/expenses/115034 Thanks :) |
@emilpaw approved |
Resolve #18571
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (below reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.