-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Spike React 18 prerelease #2136
Comments
We'll have trouble running the tests until testing-library/react-testing-library#509, but we found testing-library/react-testing-library#937 which will allow us to get started, however, we're still gated by Started an update to React Hooks Testing Library testing-library/react-hooks-testing-library#655, we also just need to upgrade this in general, it's had several major version releases Storybook: storybookjs/storybook#10543 is currently closed with a hack workaround, I'm asking if it should be reopened now https://discord.com/channels/486522875931656193/490822261004042240/867482250367205396 ToDo - try: |
Storybookstorybookjs/storybook#10543 is reopened and will track official support TestsIntegrationWe'll have trouble running the tests until testing-library/react-testing-library#509, but we found testing-library/react-testing-library#937 which will allow us to get started, however, we're still gated by HooksStarted an update to React Hooks Testing Library testing-library/react-hooks-testing-library#655, we also just need to upgrade this in general, it's had several major version releases. It has a similar issue with SSRtried to do this, it's not currently working, don't know why, and trying to upgrade to a newer alpha broke everything, so we'll need to try again later ChromaticWorked great, no changes from baseline https://www.chromatic.com/build?appId=5f0dd5ad2b5fc10022a2e320&number=111 Other things to try:Docs - We can continue to use React 17 for docs, we don't need to move this to 18 yet Follow up work in the meantime
The plan for officially supporting 18
Open questions
|
Closing as we've accomplished what we wanted out of this Issue. |
🙋 Feature Request
We should start by adding a command to run tests against React 18 like we do for 17. Once we do that and know what broke if anything, add that information here. Also go through the breaking changes from Reacts documentation.
🔦 Context
React 18 has a prerelease now, we need to be prepared for when it releases
The text was updated successfully, but these errors were encountered: