-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Filter and Box Shadow Conversion Tests and Fixes #49418
Conversation
This pull request was exported from Phabricator. Differential Revision: D69628917 |
Summary: This adds some missing validation for negative blurs which should be considered parse error. Unit tests added for the forked props parsing code to validate more generally. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D69628917
c344cc5
to
c30093b
Compare
This pull request was exported from Phabricator. Differential Revision: D69628917 |
Summary: Relanding this change, now checking for the existing of FeatureFlags native module before checking it, with the assumption when the native module is unavailable (legacy arch) we will never do native processing, or even use the SVC. This aligns with the approach taken in `setupTimers` for the event loop, but is probably not the right long term solution for flags API. This also inlines a couple fixes originally up the stack, of missing propagation of inline state, and missing the gating in ReactNativeStyleAttributes. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D69804412
…facebook#49504) Summary: We didn't have these cases before. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D69433955
Summary: I want to go home 😭. This is not very pretty, while we are both keeping the old path, and trying to keep the props data types undisturbed for now, and support some of the stranger syntax we ended up supporting as inputs to filters. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D69562718
Summary: This adds some missing validation for negative blurs which should be considered parse error. Unit tests added for the forked props parsing code to validate more generally. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D69628917
Summary: This adds some missing validation for negative blurs which should be considered parse error. Unit tests added for the forked props parsing code to validate more generally. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D69628917
c30093b
to
f33f38b
Compare
This pull request was exported from Phabricator. Differential Revision: D69628917 |
Summary: This adds some missing validation for negative blurs which should be considered parse error. Unit tests added for the forked props parsing code to validate more generally. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D69628917
ecb1861
to
84e1fd6
Compare
This pull request was exported from Phabricator. Differential Revision: D69628917 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D69628917 |
This pull request has been merged in 4fa5169. |
Summary:
This adds some missing validation for negative blurs which should be considered parse error, alongside a missing copy of inset state from CSSShadow to BoxShadow. Unit tests added for the forked props parsing code to validate more generally.
Changelog: [Internal]
Differential Revision: D69628917