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
The console will log the 'test' string twice every change.
Edit: I should note that doing a specific name-spaced signals-change listener works as intended. I suspect that change introduced a possible issue with non-namespaced signals change listeners.
The text was updated successfully, but these errors were encountered:
From all my testing, doing a data-on-signals-change="console.log('test');" results in firing twice for every signal change including initialization.
The console will log the 'test' string twice every change.
Edit: I should note that doing a specific name-spaced signals-change listener works as intended. I suspect that change introduced a possible issue with non-namespaced signals change listeners.
The text was updated successfully, but these errors were encountered: