Update to React 19#1705
Open
Arnei wants to merge 19 commits into
Open
Conversation
With "usehooks-ts". The previous library is blocking our update to React 19 and it is unclear whether that will ever change.
Minimal viable dependency updates to finally get React 19.
React 19 does not require a lot of changes, but some. Also needed to disable a typescript rule because typescript got confused.
|
This pull request is deployed at test.editor.opencast.org/1705/2026-05-22_12-16-10/ . |
Lots of major changes with this update. Will have to see if and how this might influence behaviour. Seems to allow us to get rid of our custom patched version though, which I like.
New major has quite a few changes, but ultimately things should work the same as before.
Was because of dependency upgrade
be77113 to
1f86b2b
Compare
There were previously used in the Metadata component. With the rewrite of the metadata component, they were only used for one Select in the subtitle select, for which they are totally overkill. This removes them, and instead uses a Select from mui material.
due to undefined error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1643.
react-beforeunloadadded support for React 19, anduse-resize-observerwas replaced.Bunch of other dependencies received major version updates too.