rsnext/test/integration/custom-error-page-exception
Jiachi Liu bfaffbdd3f
Alias react and react-dom by default (#38245)
Previously we use custom webpack alias for specific react versions for non server side node runtime aliases. This PR alias the entire folders of `react/` and `react-dom/` so that no more alias in next.config is required but only the nodejs require hook.

* Alias `react` and `react-dom` by default
* Use `react@experimental` to run server components integration test
* Drop with-react-17 test util, add `__NEXT_REACT_CHANNEL` as an env var for testing and development to specify the react channel is 17 or new experimental version
2022-07-01 23:57:45 +00:00
..
pages fix: detect loop in client error page (#26567) 2021-07-01 13:54:54 +02:00
test Alias react and react-dom by default (#38245) 2022-07-01 23:57:45 +00:00