-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
adapterRelated to validation adaptersRelated to validation adaptersbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
- Before posting an issue, read the FAQ and search the previous issues.
Description
When importing
import { valibotClient } from "sveltekit-superforms/adapters"the build fails with the error:
Could not resolve "effect" imported by "sveltekit-superforms". Is it installed?
My project only uses valibot, but the package imports other validator dependencies (like effect) that are not installed and not needed.
It would be great to be able to import only the required validator adapter directly, for example:
import { valibotClient } from "sveltekit-superforms/adapters/valibot"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
adapterRelated to validation adaptersRelated to validation adaptersbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed