mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Add implicit effects recursively creating more implicit effects for children
This commit is contained in:
parent
4c639f8388
commit
b44b9ef2ba
6 changed files with 170 additions and 112 deletions
|
|
@ -20,7 +20,7 @@ Currently, strict mode will:
|
|||
4. Checks for `values()` input having duplicate values.
|
||||
5. Checks for duplicate nested properties at same depth.
|
||||
6. Checks for destruction of an active scope.
|
||||
7. Better error reporting and stack traces + creation traces of property bindings.
|
||||
7. Better error reporting and stack traces.
|
||||
|
||||
By rerunning reactive scopes twice each time they update, it helps ensure that
|
||||
computations are pure, and that any cleanup is done correctly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue