mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: The change in D47554161 is breaking builds for iOS 17 as the `addEntriesFromDictionary` method returns void and the code tries to assign the returned value to another dictionary. ## Changelog: [iOS][Fixed] - Use `addEntriesFromDictionary` properly in RCTBaseTextInputView. Reviewed By: sammy-SC Differential Revision: D47696854 fbshipit-source-id: 49e01fdc63b3f0478762994d5cafdceb16830c74