You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 HiddenSelectBase from Kobalte so I do not believe it's an issue of SolidUI.
Inside the compiled output, it has this last line:
Which uses a use function imported from solid-js/web, I think the related ref is defined here.
The problem here is that this use function is not exported from solid-js/web at all (SolidJS version 1.9.3) and I'm so confused why it's introduced here in the compiled codes.
Set the server preset to be cloudflare-pages inside app.config.ts
Run build script
Expected behavior
Build output without error.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Please help confirm if this is a Kobalte issue or vinxi issue, since this does not break build process of node-server preset but still adds this use import.
The text was updated successfully, but these errors were encountered:
Describe the bug
Inside the compiled output, it has this last line:
Which uses a
use
function imported fromsolid-js/web
, I think the related ref is defined here.The problem here is that this
use
function is not exported fromsolid-js/web
at all (SolidJS version 1.9.3) and I'm so confused why it's introduced here in the compiled codes.To Reproduce
Codesanbox URL
Steps to reproduce the behavior:
cloudflare-pages
insideapp.config.ts
build
scriptExpected behavior
Build output without error.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Please help confirm if this is a Kobalte issue or vinxi issue, since this does not break build process of
node-server
preset but still adds thisuse
import.The text was updated successfully, but these errors were encountered: