Peter Chen

Results 6 comments of Peter Chen

Hi @jolo-dev, just wondering if you have any updates on this or any suggestions/direction for me to try and resolve it if I can?

@MintyMods it's been a while since your comment, but I've tried renaming `rough-viz.min.js` as well as `roughViz.min.js` (both are still generated) to `index.js`, but I am consistently getting the error...

Nevermind this seems to be an issue with svelte-kit. Tried with Sapper (predecessor of svelte-kit), and it works. Thanks!

According to the [useEditor API Reference](https://craft.js.org/docs/api/useeditor/), you can simply call `actions.selecteNode(null)`

@voscausa you can read the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) here on the AbortController interface to understand what the signal does. Passing the signal in to your fetch call essentially associates your call...

I am experiencing an issue that is likely related. I have a User Component that maps a prop to render a list of components, i.e. ```js const MyUserComponent = ({...