mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fixed %d in invariant call
This commit is contained in:
committed by
Paul O’Shannessy
parent
c9d20e56d3
commit
9f0bbce797
+1
-1
@@ -147,7 +147,7 @@ var Danger = {
|
||||
|
||||
invariant(
|
||||
resultList.length === markupList.length,
|
||||
'Danger: Expected markup to render %d nodes, but rendered %d.',
|
||||
'Danger: Expected markup to render %s nodes, but rendered %s.',
|
||||
markupList.length,
|
||||
resultList.length
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user