Brahma Dev

Results 4 comments of Brahma Dev

@CapRoberts Try this [gist ](https://gist.github.com/afzaalace/ab079bf271189b58b7e387a828561f6c)

Quick and dirty fix. ```js export const inview = (node: HTMLElement, options = {}) => { //adapted from https://github.com/maciekgrzybek/svelte-inview let defaultOptions = { root: null, rootMargin: '0px', threshold: 0, unobserveOnEnter:...

Apologies for the late response. Somehow missed it. I've seen this happen with machines with low memory. Let me know if that is also the case here. I'll then try...

Apologies. I assumed it was failing in all cases. But it's only failing when using sync feature of cli. If I use the import feature of the web interface to...