You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The current React version used by this project is "react": "^18.3.1".
Proposal
Upgrade the project to React 19 to take advantage of the latest features, performance improvements, and bug fixes. Ensure compatibility across all dependencies and address any breaking changes.
Acceptance Criteria
Update react and react-dom to 19.x.x in package.json.
Update other related dependencies (e.g., @types/react, react-router, etc.).
Check and update any deprecated APIs or breaking changes.
Run the project and fix any runtime issues.
Verify compatibility with third-party libraries.
Update documentation (if needed).
The text was updated successfully, but these errors were encountered:
@Vanals Upgrading to 19 will most likely introduce problems like that, but since not all the dependencies already used in the components have good React 19 support, it will be a while before I'll tackle this, so for the time being any component you copy to your projects will continue being a React 18 component.
Maybe we could add a version picker to the website to support react 18, but that is a big stretch.
Description
The current React version used by this project is
"react": "^18.3.1"
.Proposal
Upgrade the project to React 19 to take advantage of the latest features, performance improvements, and bug fixes. Ensure compatibility across all dependencies and address any breaking changes.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: