You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, reactive_stores::Patch doesn't work for enum types. reactive_stores::Store works fine for enums so I don't think there's a reason that Patch wouldn't also work.
Describe the solution you'd like
Don't abort! on an enum type, but implement patching for enums.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently,
reactive_stores::Patch
doesn't work for enum types.reactive_stores::Store
works fine for enums so I don't think there's a reason thatPatch
wouldn't also work.Describe the solution you'd like
Don't
abort!
on an enum type, but implement patching for enums.The text was updated successfully, but these errors were encountered: