rsnext/packages
Jiachi Liu 56d0988af7
Fix: css in next/dynamic component in edge runtime (#64382)
### What

Wrap async local storage for all edge runtime routes in adapter 

Basically fixed the case reported in [this
tweet](https://x.com/keegandonley/status/1778538456458854880)

### Why

We're relying on the ALS for dynamic css preloading but we didn't wrap
the ALS for request handlers for edge. So if you have CSS imports in
`next/dynamic` in edge runtime it would break.

Closes NEXT-3085
2024-04-12 10:52:40 +02:00
..
create-next-app v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
eslint-config-next v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
eslint-plugin-next v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
font v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
next Fix: css in next/dynamic component in edge runtime (#64382) 2024-04-12 10:52:40 +02:00
next-bundle-analyzer v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
next-codemod v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
next-env v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
next-mdx v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
next-plugin-storybook v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
next-polyfill-module v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
next-polyfill-nomodule v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
next-swc v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
react-refresh-utils v14.2.1-canary.0 2024-04-11 20:33:27 +00:00
third-parties v14.2.1-canary.0 2024-04-11 20:33:27 +00:00