-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
Rename fork ReactSharedInternals -> ReactSharedInternalsClient #27767
Conversation
Comparing: 60ad369...aca27d7 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
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.
ReactSharedClientInternals
maybe reads a bit more natural?
@kassens Yeah, but the idea is to match the original module: https://github.com/facebook/react/blob/60ad3693a554f24b116f3f9afdb171fb4beb6d02/packages/react/src/ReactSharedInternalsClient.js Which has Client/Server suffixed versions |
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.
ty 🙏
Updates React from 2c338b16f to 0cdfef19b. ### React upstream changes - facebook/react#27821 - facebook/react#27820 - facebook/react#27818 - facebook/react#27819 - facebook/react#27817 - facebook/react#27703 - facebook/react#27796 - facebook/react#27811 - facebook/react#27804 - facebook/react#27807 - facebook/react#27805 - facebook/react#27792 - facebook/react#27788 - facebook/react#26852 - facebook/react#27790 - facebook/react#27786 - facebook/react#27785 - facebook/react#27783 - facebook/react#27784 - facebook/react#27769 - facebook/react#27766 - facebook/react#27701 - facebook/react#27732 - facebook/react#27740 - facebook/react#27767 - facebook/react#27768 - facebook/react#27765 - facebook/react#27759 - facebook/react#27579 - facebook/react#27709 - facebook/react#27734 - facebook/react#27739 - facebook/react#27717 - facebook/react#27583 - facebook/react#27713 Closes NEXT-1887
Updates React from 2c338b16f to 0cdfef19b. ### React upstream changes - facebook/react#27821 - facebook/react#27820 - facebook/react#27818 - facebook/react#27819 - facebook/react#27817 - facebook/react#27703 - facebook/react#27796 - facebook/react#27811 - facebook/react#27804 - facebook/react#27807 - facebook/react#27805 - facebook/react#27792 - facebook/react#27788 - facebook/react#26852 - facebook/react#27790 - facebook/react#27786 - facebook/react#27785 - facebook/react#27783 - facebook/react#27784 - facebook/react#27769 - facebook/react#27766 - facebook/react#27701 - facebook/react#27732 - facebook/react#27740 - facebook/react#27767 - facebook/react#27768 - facebook/react#27765 - facebook/react#27759 - facebook/react#27579 - facebook/react#27709 - facebook/react#27734 - facebook/react#27739 - facebook/react#27717 - facebook/react#27583 - facebook/react#27713 Closes NEXT-1887
…ook#27767) ## Summary Follow up from facebook#27717 based on feedback to rename the fork module itself ## How did you test this change? - `yarn build` - `yarn test packages/scheduler/src/__tests__/SchedulerUMDBundle-test.internal.js` Co-authored-by: Jack Pope <[email protected]>
## Summary Follow up from #27717 based on feedback to rename the fork module itself ## How did you test this change? - `yarn build` - `yarn test packages/scheduler/src/__tests__/SchedulerUMDBundle-test.internal.js` Co-authored-by: Jack Pope <[email protected]> DiffTrain build for commit 3e97c00.
Summary
Follow up from #27717 based on feedback to rename the fork module itself
How did you test this change?
yarn build
yarn test packages/scheduler/src/__tests__/SchedulerUMDBundle-test.internal.js