mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b0732ef881
Summary: The only callsite of ReactStateSetters is in LinkedStateMixin which lives in addons/link. Better move it there to avoid cluttering the other folder. Test Plan: None Reviewers: @zpao @spicyj