Ben

Results 21 comments of Ben

Here is a working REPL running on sveltekit: [Working Sample](https://svelte.dev/repl/ecee11306b4a4163b76b626800866dcf?version=3.50.0) now if you simply import the plugin `import Plugin from '@revolist/revogrid-column-date';` You get the error: `'default' is not exported by...

Here it is with codesandbox of a skeleton sveltekit with grid sample pages: [Code Sandbox](https://codesandbox.io/p/github/benquan/grid-test/draft/hungry-chebyshev) I created a project sampling different column types. My conclusions: The **basic** sample (no plugin)...

Is this the cause for the error in the sveltekit example? `svelte-kit build is no longer available — use vite build instead`

> Charles, On a .NET application these files get added and bundled to the project automatically. On framework you must add them manually. Is there a way to add them...

First I removed the old integration, then removed from HACS, I then added the new integration, but it kept saying I was using a custom component. So I erased it...

Thanks @jkaberg, understood. But either way it was showing me that message, and now the message has changed to:

It's running on a virtualbox machine running Home Assistant OS. UDP should be open. I haven't firewalled it other than the default Home Assistant OS settings. The nc command never...

Why is this problem not a bigger issue? I've notiiced the problem for quite a while and it takes a lot of time figuring out what is wrong when something...

I recreated the patch for the latest sveletkit (v1.25.0). It works better on a simplified error like above, but on a more complex project it was still off by some...

Similar issue. On your example, if you remove the name tags, the element works as expected, but as soon as you add name tags, multiselect goes berserk. That would be...