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.
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
[DNM] React 19 #12374
[DNM] React 19 #12374
Changes from 38 commits
35b449b
9648799
86469a4
96d2f1f
aa37e2f
e8ec6b9
b3ce3e3
614b98d
ec8b0ee
49e7035
97b493c
2b74064
2a993e0
bd852c8
b8b9f54
1a17d46
5d5f437
40351ab
729657c
e7f67cc
dd44c2e
ad087dc
d794555
c92e2f7
8a5649a
ce8c8d8
a70b5b5
626822d
ac78180
b89620a
eb78848
3a12d05
28e1395
9815a25
0cf3f72
18ab422
f755b9c
d09fd1d
6d5f90f
287291a
ec9b915
2064d8d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Do we still need to import
React
here for storybook if we're removing it from imports in components below?i.e in the Next app at
ws-nextjs-app/pages/[service]/send/[id]/MessageBox/ErrorSummaryBox.tsx
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.
Yea we'll need to here. Other components that don't import will likely be importing something like:
which means Emotion will be taking control of JSX rendering.
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.
Don't particularly like this, or the
{ retries: 3 }
on the individual Chartbeat tests, but I've tried everything to get them to work and couldn't find a better solution.Feel like it may have something to do with how React 19 takes over
<script />
tags, but can't be sure.