mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixes language in error message. (#12590)
This commit is contained in:
committed by
Dan Abramov
parent
52afbe0ebb
commit
3eae866e03
+1
-1
@@ -133,7 +133,7 @@ let SharedHostConfig = {
|
||||
throw new Error('Should have old props');
|
||||
}
|
||||
if (newProps === null) {
|
||||
throw new Error('Should have old props');
|
||||
throw new Error('Should have new props');
|
||||
}
|
||||
return UPDATE_SIGNAL;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user