| 18597 | |
| 18598 | var didWarnAboutReceivingStore = false; |
| 18599 | function 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 | |
| 18608 | function createProvider() { |
| 18609 | var _Provider$childContex; |