Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

[email protected] Uncaught TypeError: Cannot read property 'getState' of undefined #46

Open
davegravy opened this issue Jan 10, 2019 · 0 comments

Comments

@davegravy
Copy link

react-redux 6.0 removed the ability to access the store from legacy context. This library uses

const { store } = this.context;
const state = store.getState();

store is undefined under version 6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant