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
In a effort to factorize some code, I would need to pass a ValidationAdapter (server-side) or a ClientValidationAdapter (client-side) to a function.
Unfortunately, it seems that ClientValidationAdapter is not exported in 'sveltekit-superforms/adapters' (contrary to ValidationAdapter).
Is it possible to export ClientValidationAdapter in 'sveltekit-superforms/adapters'?
The text was updated successfully, but these errors were encountered:
In a effort to factorize some code, I would need to pass a ValidationAdapter (server-side) or a ClientValidationAdapter (client-side) to a function.
Unfortunately, it seems that ClientValidationAdapter is not exported in 'sveltekit-superforms/adapters' (contrary to ValidationAdapter).
Is it possible to export ClientValidationAdapter in 'sveltekit-superforms/adapters'?
The text was updated successfully, but these errors were encountered: