-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve setting props of the Interop Layer (#41942)
Summary: Pull Request resolved: #41942 Previously, every time a component was updated, we were passing all the props to the interoperated component. With this change, we are going to only pass the props that are changed. As a safety feature, if the new codepath is not able to detect the type of the prop properly, it will fall back to the previous behavior. ## Changelog: [Internal] - Only pass props to the interoperated component when they changes Reviewed By: sammy-SC Differential Revision: D51755764 fbshipit-source-id: 0185d2cceeab2a1e45b87d5a1e82ab06e00aa82d
- Loading branch information
1 parent
201d2d1
commit b098297
Showing
1 changed file
with
87 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters