Skip to content

fix(css): box-shadow none handling #10445

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

Merged
merged 1 commit into from
Nov 19, 2023
Merged

fix(css): box-shadow none handling #10445

merged 1 commit into from
Nov 19, 2023

Conversation

NathanWalker
Copy link
Contributor

@NathanWalker NathanWalker commented Nov 19, 2023

PR Checklist

What is the current behavior?

box-shadow: none had slightly different behavior between platforms (ios would create CALayers unnecessarily and Android would throw error).

What is the new behavior?

This none condition is now handled the same across both and avoids any unnecessary work.

closes #10403

@cla-bot cla-bot bot added the cla: yes label Nov 19, 2023
Copy link
Contributor

@CatchABus CatchABus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good. No problems occured after testing.

@NathanWalker NathanWalker merged commit 6744009 into main Nov 19, 2023
@NathanWalker NathanWalker deleted the fix/box-shadow-none branch November 19, 2023 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when box-shadow is set no none
2 participants