Skip to content

Commit

Permalink
revert: Use stable legacy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 12, 2020
1 parent 1bd67c2 commit 851c4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const workspaceRoot = path.join(__dirname, '../');
* concurrent - ReactDOM.createRoot(Element).render(<App />)
* @type {ReactRenderMode | 'legacy-strict'}
*/
const reactMode = 'legacy-strict';
const reactMode = 'legacy';
// eslint-disable-next-line no-console
console.log(`Using react '${reactMode}' mode.`);
console.log(`Using React '${reactMode}' mode.`);

module.exports = {
typescript: {
Expand Down

0 comments on commit 851c4c9

Please sign in to comment.