-
Notifications
You must be signed in to change notification settings - Fork 352
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
chore: bump monorepo to react 18 (react/types/dom) #4827
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Ignored Deployments
|
🦋 Changeset detectedLatest commit: fc121ce The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
df2ab9b
to
b39e840
Compare
b39e840
to
0494a62
Compare
0494a62
to
dda35a7
Compare
dda35a7
to
1b47f0f
Compare
f8e62ae
to
2e26897
Compare
2e26897
to
3e03736
Compare
3e03736
to
5590638
Compare
5590638
to
695f9a2
Compare
({ id: assetId }) => { | ||
(t?: TokenCurrency | null) => { | ||
// NOTE: to match the signature of AsaSelector, i had to change a bit the function | ||
if (!t) return; |
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.
@haammar-ledger please confirm this looks good to you.
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.
lgtm from the code change perspective apart one logic change on blockchain that will just need a quick 👀 from this team.
- there will be some conflict resolution to make (sorry i did merge some pkg update my bad)
- only LLD tests really need to pass for this because all other projects are not impacted beside type changes (react 18 was already there except LLD)
d3b346f
to
b01463b
Compare
b01463b
to
fc121ce
Compare
📝 Description
In an effort to harmonize react version accross all libraries and projects, we bumped all related libraries (react / react-dom / @types/react) everywhere where it was outdated.
Code impact on my part is very limited. Most of it were
types
to fix/to add.React 18 ships concurrent mode but it is not enabled by default, and I did not enable it (too much problem would arise with the number of outdated libraries we are using).
LLM was already using React 18 (only was using the wrong @types/react) and only LLD had to "migrate" from 17.
❓ Context
all
✅ Checklist
📸 Demo
🚀 Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.