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 using a custom targetAttributeForScope callback, target (dis)connected callbacks no longer work. This seems to be because TargetObserver hardcodes the default attribute format:
When using a custom
targetAttributeForScope
callback, target (dis)connected callbacks no longer work. This seems to be becauseTargetObserver
hardcodes the default attribute format:stimulus/src/core/target_observer.ts
Lines 75 to 77 in 101a060
All target properties on the controller (
[name]Target
,has[Name]Target
, etc) do work as expected.The text was updated successfully, but these errors were encountered: