-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Do not mutate output of flattenStyle #45340
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
Summary: Pull Request resolved: facebook#45340 flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this. Changelog: [Internal] Differential Revision: D59515063
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
Summary: Pull Request resolved: facebook#45340 flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this. Changelog: [Internal] Differential Revision: D59515063
Summary: Pull Request resolved: facebook#45340 flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D59515063
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
Summary: Pull Request resolved: facebook#45340 flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D59515063
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
Summary: Pull Request resolved: facebook#45340 flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D59515063
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
Summary: Pull Request resolved: facebook#45340 flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D59515063
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
Summary: Pull Request resolved: facebook#45340 flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D59515063
Summary: Pull Request resolved: facebook#45340 flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D59515063
|
This pull request was exported from Phabricator. Differential Revision: D59515063 |
|
This pull request has been merged in ef2e941. |
|
This pull request was successfully merged by @javache in ef2e941. When will my fix make it into a release? | How to file a pick request? |
|
Also Fix for |
@meetdhanani17 feel free to send out a follow-up PR for that |
|
Follow-up for this in #45348 |
Follow-up for one remaining in #45932 |
Summary:
flattenStyle may return an object which is already frozen (in development), so it is incorrect to further mutate this.
Changelog: [Internal]
Differential Revision: D59515063