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
Interestingly the latest export (/v135/@radix-ui/[email protected]/es2022/react-slot.mjs) does keep my configuration and with [email protected] the path is different. (/v135/@radix-ui/[email protected]/X-ZC9yZWFjdEAxOC4zLjE/es2022/react-slot.mjs) and it does import React 18 correctly.
The text was updated successfully, but these errors were encountered:
I have the following script, with React 19 as dependency:
https://esm.sh/@radix-ui/[email protected]
I can configure it to use React 18 using the
deps
variable:https://esm.sh/@radix-ui/[email protected][email protected]
But after opening the second import (
/v135/@radix-ui/[email protected]/es2022/react-compose-refs.mjs
) I can see it uses React 19Interestingly the latest export (
/v135/@radix-ui/[email protected]/es2022/react-slot.mjs
) does keep my configuration and with[email protected]
the path is different. (/v135/@radix-ui/[email protected]/X-ZC9yZWFjdEAxOC4zLjE/es2022/react-slot.mjs
) and it does import React 18 correctly.The text was updated successfully, but these errors were encountered: