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
DOMContentLoaded is supposed to fire only once per page load, even if you navigate to other routes. There is a navigate event that is fired when you navigate to other routes: https://github.com/choojs/choo#navigatestateeventsnavigate
I managed to get something working but in the end, hooking into Fastify worked for my purposes. I'm super delayed in saying this but, thanks for the assistance.
Expected behavior
Actual behavior
Steps to reproduce behavior
Start writing a plugin like this:
The text was updated successfully, but these errors were encountered: