MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / warnAboutReceivingStore

Function warnAboutReceivingStore

code/redux/public/app.js:18599–18606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18597
18598var didWarnAboutReceivingStore = false;
18599function warnAboutReceivingStore() {
18600 if (didWarnAboutReceivingStore) {
18601 return;
18602 }
18603 didWarnAboutReceivingStore = true;
18604
18605 (0, _warning2.default)('<Provider> does not support changing `store` on the fly. ' + 'It is most likely that you see this error because you updated to ' + 'Redux 2.x and React Redux 2.x which no longer hot reload reducers ' + 'automatically. See https://github.com/reactjs/react-redux/releases/' + 'tag/v2.0.0 for the migration instructions.');
18606}
18607
18608function createProvider() {
18609 var _Provider$childContex;

Callers 1

createProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected