Dimitar Nikovski

Results 5 issues of Dimitar Nikovski

In the latest version if the first step is intended as a modal in the center of the screen and no DOM selector is passed, the `Guide` renders at the...

I found that this works by updating the layout after 1 animation frame: ```js const grid = useRef(null); useEffect(() => { requestAnimationFrame(() => { if (grid.current) { grid.current.updateLayout(); } });...

Hi, Due the nature of gql literals, when migrating to v3 in a larger project, it is easy to miss out to add the configured `keyFields` to every type in...

📕 cache

Hi, Thanks for the great project, any thoughts on possibly adding the ability to hydrate an instance of the mock with the data from a real connection. Something along the...

### Is your proposal related to a problem? When the service worker in `registerServiceWorker.(js|ts )` is enabled it provides very useful PWA benefits. However, in a production build it also...

issue: proposal
needs triage