dillon1000/react
Commit
Browse files [flow] type KeyEscapeUtils (#7079)
Summary: The only call site ensures that the value is not null: https://github.com/facebook/react/blob/dc6fc8cc0726458a14f0544a30514af208d0098b/src/shared/utils/traverseAllChildren.js#L44 key is stringified inside of createElement, so we are guaranteed to receive a string right now: https://github.com/facebook/react/blob/dc6fc8cc0726458a14f0544a30514af208d0098b/src/isomorphic/classic/element/ReactElement.js#L142 Test Plan: npm run flow Reviewers: @zpao @spicyj
Changed paths1 file
First-parent comparisonsrc/shared/utils/KeyEscapeUtils.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…