mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-05-17 12:00:39 +00:00
- Use ValidationError::new() constructor instead of struct literal - Add PartialEq derive to ValidationRecoverySuggestion These fixes resolve compilation errors introduced by enhanced validation type system with additional fields in ValidationError struct. Co-Authored-By: Claude <noreply@anthropic.com>