-
Notifications
You must be signed in to change notification settings - Fork 25
feat(React19): Enable React19 #725
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
base: main
Are you sure you want to change the base?
Conversation
dc50285
to
66b217a
Compare
ee576b6
to
71cb6f0
Compare
@karelhala the changes should be fine. The only real breaking changes were the removal of prop types which are not used here anyway. I might have some time tomorrow, but the fact the Cypress tests are passing is a good enough sign to me that the runtime is not broken. |
529ef83
to
71cb6f0
Compare
@rebeccaalpert could you rename this PR and your first commit message so that this is a |
All set! |
}, | ||
"devDependencies": { | ||
"@patternfly/patternfly-a11y": "^5.1.0", | ||
"@patternfly/documentation-framework": "^6.5.16", | ||
"@patternfly/react-code-editor": "^6.0.0", | ||
"@patternfly/patternfly": "^6.0.0", | ||
"@types/react": "^18.2.33", | ||
"@types/react-dom": "^18.3.1", |
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.
These can be reverted
Did not run into the same circular dependency issues as I did in ChatBot, but changing the React dev dependency breaks the docs framework. It does build with every React version, but the docs framework stops working with 19. Leaving the dev dependency at 18 for now until we can drop the docs framework.