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
The * in the first line is nice: it means when @radix-ui/react-slot imports from react that specifier is left external and the import map is able to get that from https://esm.sh/v135/[email protected]/compat.
However, the last line does not have a *, which means when @radix-ui/react-compose-refs is imported by @radix-ui/react-slot and it imports from react, esm.sh doesn't make it external and therefore fetches React for it rather than Preact/compat.
The text was updated successfully, but these errors were encountered:
results in a
deno.json
file containing:The
*
in the first line is nice: it means when@radix-ui/react-slot
imports fromreact
that specifier is left external and the import map is able to get that fromhttps://esm.sh/v135/[email protected]/compat
.However, the last line does not have a
*
, which means when@radix-ui/react-compose-refs
is imported by@radix-ui/react-slot
and it imports fromreact
, esm.sh doesn't make it external and therefore fetches React for it rather than Preact/compat.The text was updated successfully, but these errors were encountered: