Skip to content
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

Regenerate error codes and update bundle size stats (#10287) #10288

Merged
merged 2 commits into from
Jul 26, 2017

Conversation

flarnie
Copy link
Contributor

@flarnie flarnie commented Jul 26, 2017

We cherry-picked 8d5f2c4 onto 15-stable. This does not include the update to the size tracking file, since that doesn't exist on 15-stable.

@flarnie
Copy link
Contributor Author

flarnie commented Jul 26, 2017

We tested it locally and things look like they are working :)

screen shot 2017-07-26 at 11 37 39 am

@flarnie
Copy link
Contributor Author

flarnie commented Jul 26, 2017

It was unexpected that "145": "hostContainerInfo should be populated before getPublicInstance is called." was removed with this cherry-picked PR.

It looks like we were not putting the code with that error into the production build on master since the roll-up build system change, but before that we may not have been removing it properly.

The problem is that now there are existing public React versions which could hit this error message, so we want to retain it in our list of error codes to document.

We are adding it to the list on master and re-generating the error codes, then will cherry-pick the updated version.

@flarnie
Copy link
Contributor Author

flarnie commented Jul 26, 2017

Cherry-picked 52849c9
Now this does not remove error #145

@flarnie flarnie merged commit ab4c85e into facebook:15-stable Jul 26, 2017
flarnie added a commit to flarnie/react that referenced this pull request Jul 26, 2017
@flarnie flarnie mentioned this pull request Jul 26, 2017
flarnie added a commit that referenced this pull request Jul 26, 2017
* Update error codes

A result of #10288

* Update the codes again
@flarnie flarnie deleted the docsUpdateFor16BetaForReal branch May 25, 2018 17:51
web-developer77 pushed a commit to web-developer77/facebook-react that referenced this pull request Jun 7, 2021
* Update error codes

A result of facebook/react#10288

* Update the codes again
jerrydev0927 added a commit to jerrydev0927/react that referenced this pull request Jan 5, 2024
* Update error codes

A result of facebook/react#10288

* Update the codes again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants