Open cristiano-belloni opened 3 years ago
Hi, according to your guide, https://cdn.skypack.dev/react@16 should point to the latest React 16, but what I get if I go there is:
/* * Skypack CDN - react@17.0.1 * * Learn more: * 📙 Package Documentation: https://www.skypack.dev/view/react * 📘 Skypack Documentation: https://www.skypack.dev/docs * * Pinned URL: (Optimized for Production) * ▶️ Normal: https://cdn.skypack.dev/pin/react@v17.0.1-yH0aYV1FOvoIPeKBbHxg/mode=imports/optimized/react.js * ⏩ Minified: https://cdn.skypack.dev/pin/react@v17.0.1-yH0aYV1FOvoIPeKBbHxg/mode=imports,min/optimized/react.js * */ // Browser-Optimized Imports (Don't directly import the URLs below in your application!) export * from '/-/react@v17.0.1-yH0aYV1FOvoIPeKBbHxg/dist=es2020,mode=imports/optimized/react.js'; export {default} from '/-/react@v17.0.1-yH0aYV1FOvoIPeKBbHxg/dist=es2020,mode=imports/optimized/react.js';
What am I doing wrong?
i think it related on this issue https://github.com/skypackjs/skypack-cdn/issues/88
Hi, according to your guide, https://cdn.skypack.dev/react@16 should point to the latest React 16, but what I get if I go there is:
What am I doing wrong?