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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
groundwork/frontend/geo/controllers/map-controller.ts
Line 70 in e186603
Hey. If this is unhelpful please feel free to close but just noticed this usage of dispatching an event.
In stimulus you can use
this.dispatchwith a custom target like this.While it is not documented it is in the code (Stimulus 3) and gives you the benefit of not having to generate the event name.
All reactions