Possible solidjs bug?
I have a problem with Kobalte (https://discord.com/channels/722131463138705510/1385724185070010458/1385724185070010458) but based on this comment it may be a solidjs bug: https://github.com/kobaltedev/kobalte/issues/542#issuecomment-2816878081
Should I report it, or is it really a Kobalte problem?
Thanks.
GitHub
HiddenSelectBase leads to import "use" from "solid-js/web" in compi...
Describe the bug I'm currently using SolidUI to add component to my project, since it's a shadcn/ui inspired library and I've located the use function was used by compiled HiddenSelectB...
1 Reply
which is not a problem in solid js itself but with build tooling config
could you provide a reproduction for this case so we can have a look?
the repro provided in the link issue doesn't actually reproduce the said issue but another one and seems to have been fixed with
vixi@^0.5.0