MFJoyBoy
Results
3
comments of
MFJoyBoy
this is my current config: `dioxus = { workspace = true, features = ["router", "fullstack", "logger"] }`
i do see parsed_values in auto-complete options, but when i use it i get that error
when i change my config to: > dioxus = { workspace = true, features = ["router", "fullstack", "logger"] } > dioxus-html = { version = "0.7.0-rc.1", features = ["serialize"] }...