Nicolas

Results 3 comments of Nicolas

Having the same problem, this seems to be random, sometimes, the full collection is returned, some other time, just a part of it. The full collection is in local storage....

We've configured our react-static to build in the default `dist` folder. We do however use the `basePath` configuration, as well as `assetsPath` (set to "assets" - same value as `paths.assets`)....

Seems like when using `hotkeys-js` directly, you need to [wrap any calls](https://github.com/jaywcjlove/hotkeys/issues/49#issuecomment-453433789) to `hotkeys.isPressed` inside `hotkeys()` - hence I think the behavior showcased in the codesandbox above is expected. However,...