store: delete `connectExtended` function
Closed this issue · 0 comments
zzacharo commented
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.