Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Filters implicitly set overflow hidden (facebook#46145)
Summary: Pull Request resolved: facebook#46145 Filters clip children by default due to using `RenderEffect` we are keeping this behavior but we were clipping to the border box while Web clips to padding box. To keep the clipping consistent we are enforcing `Overflow.HIDDEN` when a view contains a filter. Differential Revision: D61630698
- Loading branch information