hydrostack / hydro

Hydro brings stateful and reactive components to ASP.NET Core without writing JavaScript
https://usehydro.dev
MIT License
693 stars 16 forks source link

State is not persisted on subsequent action calls #35

Closed kjeske closed 3 months ago

kjeske commented 3 months ago

After calling and action, all the subsequent calls are not storing the state correctly, causing the previous state to rollback. Regression bug.