Skip to content

Commit 3eae866

Browse files
sfriesongaearon
authored andcommitted
Fixes language in error message. (#12590)
1 parent 52afbe0 commit 3eae866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-noop-renderer/src/ReactNoop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ let SharedHostConfig = {
133133
throw new Error('Should have old props');
134134
}
135135
if (newProps === null) {
136-
throw new Error('Should have old props');
136+
throw new Error('Should have new props');
137137
}
138138
return UPDATE_SIGNAL;
139139
},

0 commit comments

Comments
 (0)