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
When the component properties be updated, the added components won't trigger callback, only the initial components in the component properties work, for example:
Thanks @CNFeffery - here's a somewhat condensed version, showing that however many items are in the array originally (change n = 3 to whatever you want), those will trigger the callback but new ones will not. @T4rk1n over to you 🙏
T4rk1n
changed the title
[BUG] Component Properties related callback lose efficacy
[BUG] Component as Props inserted by callbacks not found with dynamic inputs/outputs callbacks.
Nov 11, 2022
Describe your context
Describe the bug
When the
component properties
be updated, the added components won't trigger callback, only the initial components in thecomponent properties
work, for example:Expected behavior
All components in the
component properties
should work as defined callback.@chriddyp @alexcjohnson
The text was updated successfully, but these errors were encountered: