Make changed() run initially

This commit is contained in:
Aaron Smith 2023-09-28 16:46:32 +01:00
parent 46937c6979
commit c03fb05779
4 changed files with 24 additions and 1 deletions

View file

@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Reactive scopes created within reactive scopes are now destroyed on rerun.
- `untrack()` can be called outside of reactive scopes.
- `changed()` will also run its callback with the initial property value.
### Fixed