1 PP0025
Dominic Gannaway edited this page 2018-02-14 14:58:44 +00:00

When the React reconciler found a ReactElement from either JSX or React.createElement, it was unable to determine the value of "key" and "ref" ahead of time. This was due to the prop object being pass to the create the ReactElement being abstract with partial properties (generally from a JSX spread or similar with Object.assign).