mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7e2ab87a61
DevTools previously called in several places with user-defined values. This could lead to runtime errors if those values had an overriden attribute. This commit replaces those callse with instead. New test cases have been added.