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
There are small differences depending on who updated the value (the parent view or one of the components).
This may causes logic issues, performances issues (when a parameter is updated often), and in the worst case infinite loops (for example if a parameter change triggers an ajax request which in turn modifies another parameter).
The text was updated successfully, but these errors were encountered:
I have this setup:
And I log all changes inside my components like this:
Here's what I get when I change param1:
... and sharedParam:
See this fiddle: https://jsfiddle.net/4bwsqcx1/8/
There are small differences depending on who updated the value (the parent view or one of the components).
This may causes logic issues, performances issues (when a parameter is updated often), and in the worst case infinite loops (for example if a parameter change triggers an ajax request which in turn modifies another parameter).
The text was updated successfully, but these errors were encountered: