Open Issues Need Help
View All on GitHubAI Summary: The task is to add `PartialEq` and `Eq` derives to the `ServerFnError` enum in the Dioxus v0.7.0-alpha.2 release. This will resolve a compilation error caused by the missing implementations when using the `use_memo` hook with values containing `ServerFnError`. The fix involves modifying the derive macro to include `PartialEq` and `Eq`, ensuring compatibility with existing code.
Fullstack app framework for web, desktop, and mobile.
AI Summary: The Dioxus `Routable` derive macro is conflicting with a user's module named `core`. The task is to modify the `Routable` macro to avoid this naming conflict, likely by adjusting how it handles imports or resolving paths. This may involve understanding and modifying the macro's source code, which uses procedural macros.
Fullstack app framework for web, desktop, and mobile.