-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Persona: Move persona to react-internal #15386
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e27c4a3:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changes
Over Tolerance (1024 B) Over Baseline Below Baseline New Removed 1 kB = 1000 B Baseline commit: 02a94bd839b1b96f4b86bccdddd50cc8973ce3e0 (build) |
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.
Mostly looks good but can you also update the examples?
Usually what I've been doing is:
- Delete
react-examples/src/react/ComponentName
- Move
react-examples/src/react-next/ComponentName
to the path in 1 - Look at the changes and see if there are any real changes which need to be preserved.
- Any files with just import path changes can be reverted
- All changes under
docs
should be ignored (thereact
version is authoritative) - In any files with real changes, be sure to update the imports to be from
react
notreact-next
.
You'll probably also need to run update-snapshots
in react-internal
and react-examples
.
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.
I went ahead and removed the examples to keep things moving, so this should be good to go now.
Pull request checklist
$ yarn change
Description of changes
Moving function component conversion changes from #13645 back to the main package.