m
m
HI there, Thanks for making ReactorKit. I'm impressed with what I've seen and used so far. I'm attempting to use ReactorKit to solve a particular issue I have but can't...
I need to start the week on a Monday rather than a Sunday as it is now. Is is possible with the current codebase to change this somehow?
### Describe the bug The documentation refers to using the manual cache invalidation like this: `cache.invalidate([{ type: 'User' }])` Whereas the code is: ``` invalidate(entitiesToRemove) { for (const { typename,...
The latest 2.4.0 package appears to contain conflicting versions of envelop/core + envelop/types. Package.json ``` "dependencies": { "@escape.tech/graphql-armor": "^2.4.0", "graphql": "^16.6.0", "graphql-yoga": "^5.0.0", } ``` Running: ``` npm ls @envelop/types...
Hi Ilya, It would be really useful to have a simple mechanism to support caching. For example for SQL data that rarely changes but needs to be loaded often within...
### Describe the bug The Checkbox component no longer seems to bind correctly with writable stores. In the example provided clicking on the Checkbox to toggle on/off doesn't update the...