inveniosoftware / react-searchkit

React component library for interacting with a REST API.
https://inveniosoftware.github.io/react-searchkit/
MIT License
78 stars 40 forks source link

store: delete `connectExtended` function #108

Closed zzacharo closed 3 years ago

zzacharo commented 4 years ago

The connectExtended function was there because it was fulfilling the requirement for a unique redux store based on a unique store key. This was deprecated after react-redux transitioned to React Context in its internal implementation. That function is redundant now.