Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
#[server]
macro error type detection (#2298)
In most cases when you return `Result<..., ServerFnError<E>>` this worked but when you tried `Result<..., leptos::ServerFnError<E>>` then it didn't.
- Loading branch information