You may not call store.getState()












0















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.




Error of image



If I change



composeWithDevTools()


To



compose()


The application works fine.



How can I fix this?










share|improve this question




















  • 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
















0















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.




Error of image



If I change



composeWithDevTools()


To



compose()


The application works fine.



How can I fix this?










share|improve this question




















  • 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














0












0








0


0






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.




Error of image



If I change



composeWithDevTools()


To



compose()


The application works fine.



How can I fix this?










share|improve this question
















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.




Error of image



If I change



composeWithDevTools()


To



compose()


The application works fine.



How can I fix this?







reactjs google-chrome redux google-chrome-devtools






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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












1 Answer
1






active

oldest

votes


















1














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!






share|improve this answer
























  • 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











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
});


}
});














draft saved

draft discarded


















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









1














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!






share|improve this answer
























  • 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
















1














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!






share|improve this answer
























  • 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














1












1








1







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!






share|improve this answer













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!







share|improve this answer












share|improve this answer



share|improve this answer










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



















  • 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




















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks