You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Current "Connected to Redux Store" icon implementation only detects connect() function calls, and does not recognize redux hooks.
Redux hooks have superseded connect API as the default approach recommended by the react-redux library.
Describe the solution you'd like
Display redux store icon for files that use redux hooks:
Check for redux hooks imports.
Check for redux hooks invocation(s).
Check for selector/dispatch/store instance invocation(s). (optional?)
Describe alternatives you've considered
N/A
Additional context
Example screenshot:
Redux store data is being extracted into the component, and redux actions are being dispatched to store, but redux store icon doesn't show up on Sapling tree.
I'd be willing to take a stab at this if it doesn't interfere with core team's plans.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
N/A
Additional context
Redux store data is being extracted into the component, and redux actions are being dispatched to store, but redux store icon doesn't show up on Sapling tree.
I'd be willing to take a stab at this if it doesn't interfere with core team's plans.
The text was updated successfully, but these errors were encountered: