Alejandro Martinez Sanchez
Alejandro Martinez Sanchez
> no more saved in supabase/.branches/main/dump.sql ?
I have also had this problem, and it seems that there is no solution at the moment, in this issue you can read the details about why: https://github.com/jsdelivr/jsdelivr/issues/18337
In my case, I needed to import the library from javascript, so importmap didn't work for me, the solution was to use the ?module flag in the UNPKG URLs, that...
thanks, i'll take a look
> This is happening because `_onAnchorClick` method has `if (this.url.href === url.href) return;` Is this intended? I think it is better to just prevent the event in this case: >...