You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Make the Flow type of CompositeDraftDecorator's constructor more strict
Summary: The input array of decorators gets cloned in the constructor to prevent mutations of the original array from affecting the composite. Another way to communicate that the input array should not be mutated is with the `$ReadOnlyArray<...>` Flow type.
Reviewed By: kassens
Differential Revision: D6882262
fbshipit-source-id: 35bfb957a7d006d5554d6ba11ba7d095800d40b0
0 commit comments