Missing a space for error 125 (#8981)

This commit is contained in:
Phil Rajchgot
2017-02-13 16:21:15 -06:00
committed by Brandon Dail
parent c16ec5df13
commit 6367f9fbf3
+1 -1
View File
@@ -124,7 +124,7 @@
"122": "%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",
"123": "ReactUpdates: must inject a reconcile transaction class and batching strategy",
"124": "Expected flush transaction's stored dirty-components length (%s) to match dirty-components array length (%s).",
"125": "ReactUpdates.asap: Can't enqueue an asap callback in a context whereupdates are not being batched.",
"125": "ReactUpdates.asap: Can't enqueue an asap callback in a context where updates are not being batched.",
"126": "ReactUpdates: must provide a reconcile transaction class",
"127": "ReactUpdates: must provide a batching strategy",
"128": "ReactUpdates: must provide a batchedUpdates() function",