devvmh/redux-crud-store

opts argument in select() is not passed to selectCollection()

Closed this issue ยท 2 comments

The opts object in select() https://github.com/devvmh/redux-crud-store/blob/master/src/selectors.js#L43 is currently not being passed to selectCollection() https://github.com/devvmh/redux-crud-store/blob/master/src/selectors.js#L51.

This means select(..., { interval: 1000 }) has no effect for selecting collection.

Thanks for the detailed report!

I've pushed 0552ed0 which should fix this. I'm publishing 5.3.0 now. Please try this release and let me know if it works

I'll close this assuming 5.3.0 worked for you. If you still have issues please re-open this ๐Ÿ˜ƒ