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
whenever we have the ref on an element and one of its children get changed using state it gets highlighted, that's the normal case, but what I want to add here as a feature is whenever one of its children or grandchildren changed I need to highlight the whole container.
whenever we have the
ref
on an element and one of its children get changed using state it gets highlighted, that's the normal case, but what I want to add here as a feature is whenever one of its children or grandchildren changed I need to highlight the whole container.example
in this example nothing will happen with the current implementation
v1.2.3
I needdiv1
to be highlighted in case of the content ofdiv3
changed.The text was updated successfully, but these errors were encountered: