Alex Lohr
Alex Lohr
May I ask which os / browser you are using?
Thanks for the information, that will help me find the issue.
It's using styled components, which doesn't fit into solid-blocks. Also, I would like a splitter component to have live updates, not only update on key up.
Duplicate of https://github.com/solidjs/solid/issues/569
> Unfortunately, it's quite difficult to "ignore" TS because the majority of projects uses typescript. It was not meant that we would like to actually ignore TS, but rather, "if...
You need to extend ```ts declare module "solid-js" { namespace JSX { interface CustomEvents { click: (ev: MouseEvent) => void; } } } ```
You misunderstand: this goes into your typescript file. Using `on:` for HTMLElement Events is considered wasteful, since Solid.js already exposes deferred events to improve performance. The `on:` API is solely...
I have a similar issue in void linux, where I added libwebp-devel (which should be the equivalent of libwebp-dev in ubuntu), but encountered a fatal error that stddef.h could not...
I tried to fix ts-vitest: https://github.com/solidjs/templates/pull/49
Did you use pnpm to install the modules?