rsnext/packages
Shu Ding 97be2e6728
Fix CSS ordering issue with HMR (#49010)
Closes #48807.

The issue seems to be introduced with recent React Float change, which isn't a real problem but a behavior change. Resources are layered by the `precedence` key and the style insertion logic can be simplified as "insert the new stylesheet right after the existing stylesheet in the same layer". When multiple stylesheets are inserted in the same render pass, their new order will be flipped.

This is a nice feature so we can always maintain the order of resources that might conflict.
2023-04-30 20:50:58 +00:00
..
create-next-app v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
eslint-config-next v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
eslint-plugin-next v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
font v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
next Fix CSS ordering issue with HMR (#49010) 2023-04-30 20:50:58 +00:00
next-bundle-analyzer v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
next-codemod v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
next-env v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
next-mdx v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
next-plugin-storybook v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
next-polyfill-module v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
next-polyfill-nomodule v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
next-swc v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
react-dev-overlay v13.3.3-canary.1 2023-04-30 18:41:24 +00:00
react-refresh-utils v13.3.3-canary.1 2023-04-30 18:41:24 +00:00