feat(redux-devtools): update react-redux peer dependency

This commit is contained in:
Nathan Bierema 2020-07-28 15:43:30 -04:00
parent 6eb15c911f
commit b60a0e0da6

View File

@ -7,7 +7,7 @@ function logError(type) {
/* eslint-disable no-console */
if (type === "NoStore") {
console.error(
"Redux DevTools could not render. You must pass the Redux store " +
"Redux DevTools could nota render. You must pass the Redux store " +
'to <DevTools> either as a "store" prop or by wrapping it in a ' +
"<Provider store={store}>."
);