mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add missing semicolon I missed in #865
This commit is contained in:
@@ -90,7 +90,7 @@ function validateExplicitKey(component) {
|
||||
message += ' It was passed a child from ' + childOwnerName + '.';
|
||||
}
|
||||
|
||||
message += ' See http://fb.me/react-warning-keys for more information.'
|
||||
message += ' See http://fb.me/react-warning-keys for more information.';
|
||||
console.warn(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user