Andrew Walton
Andrew Walton
After upgrading our codebase to jest 26 and this library to 1.5.1, our tests that used the `.toHaveBeenCalled` assertions stopped working. It appears that the `.mock` property is never updated...
There are 3 failing tests, and it seems to be around using the sandbox mode. I'm a bit out of my depth when it gets to what's happening with the...
- `downshift` version: 6.1.7 - `node` version: 14.17.4 - `npm` (or `yarn`) version: yarn 1.22.11 **Relevant code or config** ```javascript const { getToggleButtonProps, ...rest } = useSelect(...); const toggleButtonProps =...
Allow the user to specify the total number of documents that should be returned, as well as an offset, so that the user can support paging through a large number...
Test that the build process works properly and the built files can be imported and used.