mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-27 08:50:37 +03:00
feat(redux-devtools): update react-redux peer dependency
This commit is contained in:
parent
6eb15c911f
commit
b60a0e0da6
|
@ -7,7 +7,7 @@ function logError(type) {
|
||||||
/* eslint-disable no-console */
|
/* eslint-disable no-console */
|
||||||
if (type === "NoStore") {
|
if (type === "NoStore") {
|
||||||
console.error(
|
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 ' +
|
'to <DevTools> either as a "store" prop or by wrapping it in a ' +
|
||||||
"<Provider store={store}>."
|
"<Provider store={store}>."
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user