alephjs / aleph.js

The Full-stack Framework in Deno.
https://aleph.deno.dev/
MIT License
5.26k stars 168 forks source link

aleph not support react 18 alpha? #416

Closed dfang closed 3 years ago

dfang commented 3 years ago

tried

"react": "https://esm.sh/react@18.0.0-alpha-5fa4d79b0-20211008?dev",
"react-dom": "https://esm.sh/react-dom@18.0.0-alpha-5fa4d79b0-20211008?dev",

or

"react": "https://esm.sh/react@alpha",
"react-dom": "https://esm.sh/react-dom@alpha",

in import_map.json,

but {React.version} still prints 17.02

ije commented 3 years ago

i found the bug here: https://github.com/alephjs/aleph.js/blob/ac6ca05e600f72aa741ee952ab2ce1df663ede18/server/config.ts#L196, will fix it asap thanks