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
Now that we have #9 custom selectors, we also need to add typescript support for them. The ReactReduxHook type in the index.d.ts file needs to be updated to take the optional, custom selector as input and, if provided, return the same time the custom-reducer returns.
The text was updated successfully, but these errors were encountered:
Now that we have #9 custom selectors, we also need to add typescript support for them. The
ReactReduxHook
type in theindex.d.ts
file needs to be updated to take the optional, custom selector as input and, if provided, return the same time the custom-reducer returns.The text was updated successfully, but these errors were encountered: