Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use let instead of const to fix type error (i18next#225)
`content` variable is going to be re-assigned, so if we use `const`, we're going to get the following error: "Uncaught TypeError: Assignment to constant variable."
- Loading branch information