When using #[store(storage = "local")] with the Checkbox type the build fails because it does not support serialization.
To check whether it works I just quickly changed the input example and added the #[store] macro, which worked with trunk. I didn't actually check whether persistence worked.
I chose the exact same version/featureset of serde as yewdux itself depends on, hope that is a good idea.
When using
#[store(storage = "local")]
with theCheckbox
type the build fails because it does not support serialization.To check whether it works I just quickly changed the input example and added the
#[store]
macro, which worked with trunk. I didn't actually check whether persistence worked.I chose the exact same version/featureset of serde as yewdux itself depends on, hope that is a good idea.