rsnext/test/e2e/app-dir/navigation/app/router
Jiachi Liu 9af75d4b2d
Fix client chunk loading encoding for dynamic route (#57960)
We had added encoding the client component assets loaded from RSC manifest that we need to encode them to make sure when they're loaded on server and sent to client, the client will receive the encoded one. But the override of the webpack chunk loading method could be loaded later than react related chunks, that when client component is loaded first (e.g. `next/script`) and it triggers react loaded ealier than the overriding. Then the chunk could be encoded incorrectly.

Discussed with @gnoff and put this out as the 1st step solution to ensure the order. in the future we can try to get rid of the encoding by providing safer url

Fixes #57829
2023-11-02 23:09:25 +00:00
..
dynamic-gsp/[slug] Fix client chunk loading encoding for dynamic route (#57960) 2023-11-02 23:09:25 +00:00
page.js Fix client chunk loading encoding for dynamic route (#57960) 2023-11-02 23:09:25 +00:00