DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.05k stars 764 forks source link

Chore #2028: radically clean up core-macro #2035

Closed jkelleyrtp closed 5 months ago

jkelleyrtp commented 5 months ago

This PR cleans up core-macro by removing all the custom deserializer in favor of a few if statements.

Fix: #2028