rsnext/test/e2e/app-dir/app-css
Jiachi Liu 9834ab7e15
Fix not found css not being preloaded while navigation (#53906)
### Problem

One style of `not-found` has `precendence` property with "undefined" value, which can't be handled by React Float, then during navigation the style could not load properly, lead to the style missing in issue #53210.

### Solution

Always enable `precendence` for all links, so all the css styles of page and convention components can be hoist by react properly. Float will decide which one should be handled. Previously this change only applies to template, actually we can apply it to all components so that they can all be handled properly especially during client navigation.

Related react change: https://github.com/facebook/react/pull/27265
Fixes #53210
2023-08-23 13:07:30 +00:00
..
app Ensure root layout only render once per request (#52589) 2023-07-13 17:34:31 +02:00
pages/css-modules Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
styles Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
index.test.ts Fix not found css not being preloaded while navigation (#53906) 2023-08-23 13:07:30 +00:00
mdx-components.jsx Fix CSS imports not included in entries with a custom extension (#46571) 2023-02-28 18:53:48 +00:00
middleware.js Upgrade React (#48589) 2023-04-20 02:05:49 +02:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00