Skip to content

Commit 34816fc

Browse files
author
Nicole Levy
committed
editor messed up spacing
1 parent 48c7b53 commit 34816fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react/src/ReactElement.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ export function cloneAndReplaceKey(oldElement, newKey) {
293293
*/
294294
export function cloneElement(element, config, children) {
295295
invariant(
296-
!(element === null || element === undefined),
297-
'Cannot clone a null or undefined element.'
296+
!(element === null || element === undefined),
297+
'Cannot clone a null or undefined element.'
298298
);
299299

300300
let propName;

0 commit comments

Comments
 (0)