Skip to content

Commit

Permalink
feat(admin-ui): fix i18n warning by using suspense #1666
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Apr 11, 2024
1 parent b50c3aa commit 968ff15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin-ui/app/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ i18n
defaultNS: 'translation',
keySeparator: '.',
react: {
wait: true,
useSuspense : false
useSuspense : true
},
})
export default i18n

0 comments on commit 968ff15

Please sign in to comment.