Throw an error if two selectors share the same name
Since selectors are attached to the `store` as methods, selectors from different modules are not allowed to have the same name.
Showing
Please register or sign in to comment
Since selectors are attached to the `store` as methods, selectors from different modules are not allowed to have the same name.