Peter Chen
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 = ({...
@till as @talentedunicorn said, first setting your data in a `writable` store then passing it into your Table component works. For me, I am getting some data from the `load`...
Not directly related, but I'm interested to know from the Xata team what the purpose of the `xata_id` field is, and whether the recommended practice is to maintain our own...
@depsimon I just tried out Tanstack Start for the first time today using the `start-clerk-basic` example, and I encountered the same error @wobsoriano mentioned without modifying anything in the example....
@schiller-manuel same here - I just ran the command to create a new project using the template, and got the same error on localhost.