halfnelson

Results 49 comments of halfnelson

Svelte native has better support for intellisense in vscode (or anything that works with svelte's language server) in the latest beta

Which version of svelte-loader are you using ? was this just built with the normal template?

Thanks for this report, I am looking into it. I notice you are using tab view. There are 2 newer components that replace tabView https://nativescript.org/blog/tabs-and-bottomnavigation-nativescripts-two-new-components/#

I might need more information. Are you using the latest version of nativescript and svelte native (0.9.5)? I couldn't reproduce with ```bash ns create --svelte broken-app ``` replacing `App.svelte` with...

svelte-native isn't very large and doesn't contain main log lines so I am not sure it is worth the effort and lower DX

I can reproduce this, It used to work in a limited fashion, not sure when it went away. I am not sure I did anything that would cause it.

It means this project doesn't make custom modifications to svelte or nativescript sources, reducing chances of error and allowing faster development of this library

I might need a minimal example, it throws that error if it doesn't think it was given a valid argument, so I will need to know what arg you are...

@ibousfiha Thanks for digging into this and giving me a hint to the root cause. This seems to be a bug in in svelte-hmr's proxy adapter native. The code in...

svelte-hmr has pushed a new release that should fix this.