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
and https://esm.sh/stable/[email protected]/esnext/hooks.js starts with import{options as V}from"/stable/[email protected]/esnext/preact.mjs";
My understanding from the esm.sh docs was that the "*" at the start of the package name was supposed to make all references external so they would be resolved by import maps.
The text was updated successfully, but these errors were encountered:
Failing module
Loading from the url
https://esm.sh/*preact/hooks
with curl, I get redirected tohttps://esm.sh/*[email protected]/hooks
, which looks likeand
https://esm.sh/stable/[email protected]/esnext/hooks.js
starts withimport{options as V}from"/stable/[email protected]/esnext/preact.mjs";
My understanding from the esm.sh docs was that the "
*
" at the start of the package name was supposed to make all references external so they would be resolved by import maps.The text was updated successfully, but these errors were encountered: