-
Notifications
You must be signed in to change notification settings - Fork 4
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
React Compiler / React 19 #111
Draft
tordans
wants to merge
1
commit into
develop
Choose a base branch
from
react-compiler-react-19
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tordans
force-pushed
the
react-compiler-react-19
branch
from
May 24, 2024 12:41
d2df2f5
to
a699cf0
Compare
bel7aG
reviewed
May 26, 2024
Did a new test today with updated packages after tailwindlabs/headlessui#3167 (comment). Results are here: 47ng/nuqs#566 (comment) |
tordans
force-pushed
the
react-compiler-react-19
branch
from
May 29, 2024 14:07
70811c7
to
04ef126
Compare
tordans
force-pushed
the
react-compiler-react-19
branch
from
June 19, 2024 10:57
04ef126
to
e58c7e4
Compare
tordans
force-pushed
the
react-compiler-react-19
branch
from
July 1, 2024 08:47
e58c7e4
to
2a3c6e8
Compare
React19: Fix build by extracting const in a separate file The build did not like that we imported the useMapParam file inside the middleware even though we only picked the mapParamFallback const from it. Moving the const to a separate file resolved the issue. Update to react 19-rc Following https://react.dev/blog/2024/04/25/react-19-upgrade-guide And https://nextjs.org/blog/next-15-rc#react-compiler-experimental React19: Update "Removed deprecated TypeScript types" `npx types-react-codemod@latest preset-19 ./` https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-deprecated-typescript-types And then fix the useRef type to add `undefined` Update next, react packages to latest RC version `npm install next@canary babel-plugin-react-compiler react@rc react-dom@rc types-react@rc types-react-dom@rc` Update to `@headlessui/react@insiders` to test React 19 fix Update to `@headlessui/react@insiders` to test React 19 fix; And update everything else as well `npm install @headlessui/react@insiders next@canary babel-plugin-react-compiler react@rc react-dom@rc types-react@rc types-react-dom@rc` Update RC packages `npm install next@canary babel-plugin-react-compiler@latest react@rc react-dom@rc types-react@rc types-react-dom@rc nuqs@latest @headlessui/react@insiders` Update packages nuqs:2, other packages `npm install next@canary babel-plugin-react-compiler@latest react@rc react-dom@rc types-react@rc types-react-dom@rc @headlessui/react@insiders` `npm i [email protected]` Update "bleach" commands Update packages 2024-08-05: `npm install next@canary babel-plugin-react-compiler@latest react@rc react-dom@rc types-react@rc types-react-dom@rc @headlessui/react@insiders [email protected]`
tordans
force-pushed
the
react-compiler-react-19
branch
from
August 5, 2024 13:49
c987637
to
34ae557
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Known, blocking upstream issues so far:
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
tailwindlabs/headlessui#3167data-headlessui-state
supplied toReact.Fragment
. React.Fragment can only havekey
andchildren
props." tailwindlabs/headlessui#3351source
supplied toReact.Fragment
. React.Fragment can only havekey
andchildren
props." visgl/react-map-gl#2410