-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has createSelector
been removed in 0.5.0?
#137
Comments
Whoops! Looks like the export got accidentally removed in the process of converting the TS build process. I'll see if I can re-add that tonight. Just out of curiosity: are you using Selectorator's "string selector" feature at all, or just the basic Reselect-based functionality? |
FWIW, we are using the string selector feature. It wouldn't be the end of the world if we had to switch (I read what you're thinking in #82), but I do find it convenient. |
Yeah, that's what I was thinking of. Thanks for the feedback! |
@jrsinclair : okay, just published 0.5.1, which I think should fix the issue. Can you try that and confirm? For reference, this was caused by the changes in #128 . |
Worked like a charm. Thanks. Really appreciate the quick response. |
Sure, sorry about that! |
* rename createPureApi to createBaseApi Co-authored-by: Matt Sutkowski <[email protected]>
After upgrading from 0.4.3 to 0.5.0 I can no longer import
createSelector()
fromredux-starter-kit
. It doesn't appear to be exported anywhere in index.ts either. Has it been removed? Do I need to install selectorator as a separate dependency now?The text was updated successfully, but these errors were encountered: