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 (#46145)
Summary: Pull Request resolved: #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. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D61630698 fbshipit-source-id: dcc3fd680546793096d8996f405724df0a834079
- Loading branch information