Skip to content

Commit 789e7cd

Browse files
authored
meta: updated packages (#6477)
* meta: updated packages * chore: just ensure we are on strict mode always
1 parent 5853f1b commit 789e7cd

File tree

3 files changed

+839
-1622
lines changed

3 files changed

+839
-1622
lines changed

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import {
1414

1515
/** @type {import('next').NextConfig} */
1616
const nextConfig = {
17+
// Just to ensure that React is always on strict mode
18+
reactStrictMode: true,
1719
// We intentionally disable Next.js's built-in i18n support
1820
// as we dom have our own i18n and internationalisation engine
1921
i18n: null,

0 commit comments

Comments
 (0)