maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
385 stars 7 forks source link

Fix `Signal::update` #82

Closed maciejhirsz closed 1 year ago

maciejhirsz commented 1 year ago

Signal::update was triggering view update while the state was still mutably borrowed. This wasn't necessarily causing any soundness issues, but it did fail debug assertions of the WithCell