Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't break on top-level non-numeric object keys
Previously, this threw (in `__DEV__` only) in `ReactCurrentOwner.current.constructor.displayName` because `ReactCurrentOwner.current` is null: ``` React.renderComponent(<div>{{1: <div />, 2: <div />}}</div>, document.body); ```
- Loading branch information