You may not call store.getState()
As the title says. I added
// Create Store
const store = createStoreWithFirebase(
rootReducer,
initialState,
composeWithDevTools(reactReduxFirebase(firebase))
);
This works fine in a browser without the redux extension installed. IE safari, chrome incognito. The instant I try to run the site with the extension installed I get.
Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.
If I change
composeWithDevTools()
To
compose()
The application works fine.
How can I fix this?
reactjs google-chrome redux google-chrome-devtools
add a comment |
As the title says. I added
// Create Store
const store = createStoreWithFirebase(
rootReducer,
initialState,
composeWithDevTools(reactReduxFirebase(firebase))
);
This works fine in a browser without the redux extension installed. IE safari, chrome incognito. The instant I try to run the site with the extension installed I get.
Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.
If I change
composeWithDevTools()
To
compose()
The application works fine.
How can I fix this?
reactjs google-chrome redux google-chrome-devtools
4
Possible duplicate of "Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
– Abdul Rauf
Nov 28 '18 at 5:04
Please show the code and/or state the errors. Please don't use links to images. The text is missing from the question. The text on the picture is too small for some people to read. The text on the image cannot be indexed by search engines for future visitors.
– jww
Nov 28 '18 at 6:24
It's a bug with redux dev tools, see the link that Abdul posted
– Patrick Hund
Nov 28 '18 at 6:39
add a comment |
As the title says. I added
// Create Store
const store = createStoreWithFirebase(
rootReducer,
initialState,
composeWithDevTools(reactReduxFirebase(firebase))
);
This works fine in a browser without the redux extension installed. IE safari, chrome incognito. The instant I try to run the site with the extension installed I get.
Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.
If I change
composeWithDevTools()
To
compose()
The application works fine.
How can I fix this?
reactjs google-chrome redux google-chrome-devtools
As the title says. I added
// Create Store
const store = createStoreWithFirebase(
rootReducer,
initialState,
composeWithDevTools(reactReduxFirebase(firebase))
);
This works fine in a browser without the redux extension installed. IE safari, chrome incognito. The instant I try to run the site with the extension installed I get.
Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.
If I change
composeWithDevTools()
To
compose()
The application works fine.
How can I fix this?
reactjs google-chrome redux google-chrome-devtools
reactjs google-chrome redux google-chrome-devtools
edited Nov 28 '18 at 5:08
Abdul Rauf
2,55332450
2,55332450
asked Nov 28 '18 at 4:00
Chris StayteChris Stayte
33
33
4
Possible duplicate of "Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
– Abdul Rauf
Nov 28 '18 at 5:04
Please show the code and/or state the errors. Please don't use links to images. The text is missing from the question. The text on the picture is too small for some people to read. The text on the image cannot be indexed by search engines for future visitors.
– jww
Nov 28 '18 at 6:24
It's a bug with redux dev tools, see the link that Abdul posted
– Patrick Hund
Nov 28 '18 at 6:39
add a comment |
4
Possible duplicate of "Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
– Abdul Rauf
Nov 28 '18 at 5:04
Please show the code and/or state the errors. Please don't use links to images. The text is missing from the question. The text on the picture is too small for some people to read. The text on the image cannot be indexed by search engines for future visitors.
– jww
Nov 28 '18 at 6:24
It's a bug with redux dev tools, see the link that Abdul posted
– Patrick Hund
Nov 28 '18 at 6:39
4
4
Possible duplicate of "Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
– Abdul Rauf
Nov 28 '18 at 5:04
Possible duplicate of "Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
– Abdul Rauf
Nov 28 '18 at 5:04
Please show the code and/or state the errors. Please don't use links to images. The text is missing from the question. The text on the picture is too small for some people to read. The text on the image cannot be indexed by search engines for future visitors.
– jww
Nov 28 '18 at 6:24
Please show the code and/or state the errors. Please don't use links to images. The text is missing from the question. The text on the picture is too small for some people to read. The text on the image cannot be indexed by search engines for future visitors.
– jww
Nov 28 '18 at 6:24
It's a bug with redux dev tools, see the link that Abdul posted
– Patrick Hund
Nov 28 '18 at 6:39
It's a bug with redux dev tools, see the link that Abdul posted
– Patrick Hund
Nov 28 '18 at 6:39
add a comment |
1 Answer
1
active
oldest
votes
As user Victor Le commented at this other post:
"Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
It's an issue with the new v2.16.0 release of redux-devtools-extension.
Just disable it, don't use it or downgrade to v2.15.
The post above is really useful.
Best!
Its better to flag it duplicate instead of posting link of question.
– Abdul Rauf
Nov 28 '18 at 9:09
ok, thanks! "flagged" then :)
– Charly_Barcelona
Nov 28 '18 at 9:13
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53511916%2fyou-may-not-call-store-getstate%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As user Victor Le commented at this other post:
"Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
It's an issue with the new v2.16.0 release of redux-devtools-extension.
Just disable it, don't use it or downgrade to v2.15.
The post above is really useful.
Best!
Its better to flag it duplicate instead of posting link of question.
– Abdul Rauf
Nov 28 '18 at 9:09
ok, thanks! "flagged" then :)
– Charly_Barcelona
Nov 28 '18 at 9:13
add a comment |
As user Victor Le commented at this other post:
"Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
It's an issue with the new v2.16.0 release of redux-devtools-extension.
Just disable it, don't use it or downgrade to v2.15.
The post above is really useful.
Best!
Its better to flag it duplicate instead of posting link of question.
– Abdul Rauf
Nov 28 '18 at 9:09
ok, thanks! "flagged" then :)
– Charly_Barcelona
Nov 28 '18 at 9:13
add a comment |
As user Victor Le commented at this other post:
"Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
It's an issue with the new v2.16.0 release of redux-devtools-extension.
Just disable it, don't use it or downgrade to v2.15.
The post above is really useful.
Best!
As user Victor Le commented at this other post:
"Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
It's an issue with the new v2.16.0 release of redux-devtools-extension.
Just disable it, don't use it or downgrade to v2.15.
The post above is really useful.
Best!
answered Nov 28 '18 at 8:45
Charly_BarcelonaCharly_Barcelona
3817
3817
Its better to flag it duplicate instead of posting link of question.
– Abdul Rauf
Nov 28 '18 at 9:09
ok, thanks! "flagged" then :)
– Charly_Barcelona
Nov 28 '18 at 9:13
add a comment |
Its better to flag it duplicate instead of posting link of question.
– Abdul Rauf
Nov 28 '18 at 9:09
ok, thanks! "flagged" then :)
– Charly_Barcelona
Nov 28 '18 at 9:13
Its better to flag it duplicate instead of posting link of question.
– Abdul Rauf
Nov 28 '18 at 9:09
Its better to flag it duplicate instead of posting link of question.
– Abdul Rauf
Nov 28 '18 at 9:09
ok, thanks! "flagged" then :)
– Charly_Barcelona
Nov 28 '18 at 9:13
ok, thanks! "flagged" then :)
– Charly_Barcelona
Nov 28 '18 at 9:13
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53511916%2fyou-may-not-call-store-getstate%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
4
Possible duplicate of "Error: Error: Error: Error: You may not call store.getState() while the reducer is executing." 🤔
– Abdul Rauf
Nov 28 '18 at 5:04
Please show the code and/or state the errors. Please don't use links to images. The text is missing from the question. The text on the picture is too small for some people to read. The text on the image cannot be indexed by search engines for future visitors.
– jww
Nov 28 '18 at 6:24
It's a bug with redux dev tools, see the link that Abdul posted
– Patrick Hund
Nov 28 '18 at 6:39