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
To detect modified props, Object.keys and a loop is used — on each run.
Instead, the modified props should be detected by compiled code with the property names hardcoded into it.
For dom attributes, we could skip creating a copy but diff with the dom directly.
The text was updated successfully, but these errors were encountered:
Only change detection is currently compiled.
To detect modified props,
Object.keys
and a loop is used — on each run.Instead, the modified props should be detected by compiled code with the property names hardcoded into it.
For dom attributes, we could skip creating a copy but diff with the dom directly.
The text was updated successfully, but these errors were encountered: