next-i18next 9.0.1 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,7 @@ var defaultConfig = {
36
36
  localePath: LOCALE_PATH,
37
37
  localeStructure: LOCALE_STRUCTURE,
38
38
  react: {
39
- useSuspense: true
39
+ useSuspense: false
40
40
  },
41
41
  reloadOnPrerender: false,
42
42
  serializeConfig: true,
@@ -26,7 +26,7 @@ export const defaultConfig = {
26
26
  localePath: LOCALE_PATH,
27
27
  localeStructure: LOCALE_STRUCTURE,
28
28
  react: {
29
- useSuspense: true
29
+ useSuspense: false
30
30
  },
31
31
  reloadOnPrerender: false,
32
32
  serializeConfig: true,
@@ -28,7 +28,7 @@ export var defaultConfig = {
28
28
  localePath: LOCALE_PATH,
29
29
  localeStructure: LOCALE_STRUCTURE,
30
30
  react: {
31
- useSuspense: true
31
+ useSuspense: false
32
32
  },
33
33
  reloadOnPrerender: false,
34
34
  serializeConfig: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-i18next",
3
- "version": "9.0.1",
3
+ "version": "9.1.0",
4
4
  "repository": "git@github.com:isaachinman/next-i18next.git",
5
5
  "author": "Isaac Hinman <isaac@isaachinman.com>",
6
6
  "funding": {