-
-
Notifications
You must be signed in to change notification settings - Fork 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
Misnamed key in configuration object for createEntityAdapter #370
Comments
I think |
Good point. I agree that if you call it |
You wouldn't need to explicitly set it to false unless you have it wrapped in some sort of factory. I'm leaning towards leaving it as is for now. |
It is your call. I still think that calling the parameter |
Valid points. I think |
I agree that |
I'm submitting a...
This is a follow up for issues #367 and #369. While the documentation now indicates that the
sort
parameter is a compare function, it is still calledsort
In the configuration object, which could lead to confusion. It seems worth fixing the name before a beta of the entity package is actually released.The text was updated successfully, but these errors were encountered: