tshaddix / webext-redux

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

useselector not working despite providing store #294

Open anu1097 opened 11 months ago

anu1097 commented 11 months 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 1 month ago

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