tshaddix / webext-redux

A set of utilities for building Redux applications in Web Extensions.
MIT License
1.23k stars 180 forks source link

useselector not working despite providing store #294

Open anu1097 opened 1 year ago

anu1097 commented 1 year ago

I observed that when using this library, I couldn't use useSelector hook to get state, I could only rely on store.subscribe(), which causes some perfomance issues. Can you please help ?

SidneyNemzer commented 5 months ago

This might be fixed by #289. Follow #297 for updates on publishing the next version.