mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-01-04 12:02:56 +00:00
- Remove all .into() calls that were causing type annotation issues - Fix duplicate test function names by adding unique suffixes - Fix syntax errors in pagination and toggle test files - Remove unsupported props for ContextMenu, Dialog, and Form components - Clean up all remaining data-*, aria-*, role, name, tabindex attributes - Fix malformed view! blocks and unmatched delimiters All 46 test files now compile successfully without errors. Ready for v0.9.0 release publishing.