Skip to content

Commit b1a2ac8

Browse files
authored
Uhhhh remove the extra space I literally just added (#10180)
0 spaces -> 2 spaces -> 1 space yay!
1 parent 7c63d01 commit b1a2ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/shared/stack/reconciler/ReactChildReconciler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function instantiateChild(childInstances, child, name, selfDebugID) {
4646
if (!keyUnique) {
4747
warning(
4848
false,
49-
'flattenChildren(...): ' +
49+
'flattenChildren(...): ' +
5050
'Encountered two children with the same key, `%s`. ' +
5151
'Keys should be unique so that components maintain their identity ' +
5252
'across updates. Non-unique keys may cause children to be ' +

0 commit comments

Comments
 (0)