// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`FormField > renders with as correctly 1`] = `
""
`;
exports[`FormField > renders with class correctly 1`] = `
"
Username is already taken
"
`;
exports[`FormField > renders with error slot correctly 1`] = `
"
Username is already taken
This should be visible
"
`;
exports[`FormField > renders with maxErrors false correctly 1`] = `
"
Username is already taken
This should be visible
This should be visible
"
`;
exports[`FormField > renders with maxErrors negative correctly 1`] = `
"
Username is already taken
This should be visible
This should be visible
"
`;
exports[`FormField > renders with multiple errors correctly 1`] = `
"
Username is already taken
"
`;
exports[`FormField > renders with required correctly 1`] = `
"