apollo79
apollo79
Did you find anything interesting in the last days? I could also think of an approach using a solid-start `middleware` maybe, because server actions aren't really extendable as far as...
Maybe related: I am having problems with kobalte's combobox and modularforms where I control the value of the combobox. What I see is that the `onChange` and `onInput` listeners of...
Oh I think I oversaw something... `currentTarget` is set to the document on the input event from kobalte. Might this be the problem? But it can't be it actually, because...
Okay, I found a workaround for the combobox issue which is simply delaying setting the new value with a `setTimeout(() => setValue(newOption), 0)`. I still don't know if the issue...
> wave, For anyone who's looked at this issue and haven't seen any progress for weeks, it's because I've decided to pull the heavy work done on the complex components...
> > Oh, this is cool! Thanks for the info! > > Any timeline for both libraries? > > @apollo79 for Kobalte (the headless lib) i expect a `v0.1.0` in...
I'm getting this error too, but with [`solid-start`](https://start.solidjs.com). ``` file:////dist/server.js:36641 import_path2.default.join(__dirname, "../query-engine-darwin"); ^ ReferenceError: __dirname is not defined in ES module scope This file is being treated as an ES...