The the first member of the conjunct will always return true, since "store" in the context is not the redux state store, but instead the redux utility object which exposes methods such as "despatch", "getState" etc...
The open PR for this issue should be merged with caution, it will lead to many regressions (See related issues.)
Jeremy Huff November 8, 2017 at 5:29 PM
This fix is needed to allow query resources (LocalResources that hold the query data) to be initialized with data from the URL's query string. Without this the LocalResource holding the query will not respect state that is contained within the URL.
The the first member of the conjunct will always return true, since "store" in the context is not the redux state store, but instead the redux utility object which exposes methods such as "despatch", "getState" etc...
This should be:
This fix may cause regressions elsewhere.