> [!NOTE] > I miss a method or strategy to remount the component triggers that is defined via the loaders. **Usecase** When using the `onElementInteraction` and replacing content asynchronously, the triggers won't work, as the triggers never gets remounted. Can be fixed with event delegation instead, need to figure a way to dynamically set the trigger event then.
Note
I miss a method or strategy to remount the component triggers that is defined via the loaders.
Usecase
When using the
onElementInteractionand replacing content asynchronously, the triggers won't work, as the triggers never gets remounted.Can be fixed with event delegation instead, need to figure a way to dynamically set the trigger event then.