rsnext/test
Jiachi Liu 6f2e140037
Fix pages react alias (#50128)
Fix react and react-dom aliases are not properly set for `pages/`

* Remove alias react-dom internals to `{}` in edge runtime as we're using server rendering stub as alias
* Add `react$`, `react-dom$` missing aliases
* Only apply alias to builtin react/react-dom when it's app dir assets.
* Add `react|react-dom/package.json` resolving to require-hook
* Fix hmr issue that sometimes it will perform a reload when a hard navigation is triggered
2023-05-22 23:37:27 +00:00
..
.stats-app Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development Fix port value for metadataBase (#49924) 2023-05-17 13:37:47 +00:00
e2e Fix pages react alias (#50128) 2023-05-22 23:37:27 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration fix: add missing draftMode type to GetServerSidePropsContext (#50184) 2023-05-22 15:16:12 -07:00
lib Error in next export when serverActions is enabled (#50039) 2023-05-19 17:53:21 +02:00
production Fix custom server React resolution with app dir and pages both presented (#49805) 2023-05-18 01:31:43 +00:00
unit Fix client references extraction of CJS exports analysis (#50059) 2023-05-19 19:42:46 +00:00
.gitignore Fix static opt of routes generation for static metadata files (#48528) 2023-04-18 12:13:55 +00:00
jest-setup-after-env.ts Increase CI test timeout (#47973) 2023-04-05 10:16:48 -07:00
jest.d.ts Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined. (#38183) 2022-06-30 11:31:33 -05:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt

See Testing for more information on how you can run/write/debug tests for Next.js.