Add missing space to key warning (#10179)

Found this when running the warnings script.
This commit is contained in:
Andrew Clark
2017-07-13 16:14:45 -07:00
committed by GitHub
parent 4dabdd2a30
commit 7c63d0178d

View File

@@ -46,7 +46,7 @@ function instantiateChild(childInstances, child, name, selfDebugID) {
if (!keyUnique) {
warning(
false,
'flattenChildren(...):' +
'flattenChildren(...): ' +
'Encountered two children with the same key, `%s`. ' +
'Keys should be unique so that components maintain their identity ' +
'across updates. Non-unique keys may cause children to be ' +