rsnext/test/integration/react-18-invalid-config/next.config.js
Jiachi Liu fb100ee72b
Check react 18 flags and add more tests (#30575)
* error when react 18 experimental flags aren't setup properly
* add more tests for rsc ssr
2021-10-29 15:59:27 +00:00

1 line
55 B
JavaScript

module.exports = { experimental: { reactRoot: true } }