This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
Out of stack space #745
Labels
Status: Need More Info
Lacks enough info to make progress
Type: Performance
Includes performance fixes
hi there,
vue & vue-i18n version
Latest stable
Reproduction Link
Not yet available
Steps to reproduce
Build VueJs with remote localization repository and load all localization maps on startup. Roughly around ~140 key value entries for one localization.
What is Expected?
Normal operation.
What is actually happening?
Viewing the site in Microsoft Edge runs into “out of stack space” error with too many entries in the localization. Chrome handles any number of localization entries, well into the 7-800.
At first I thought it is an infinite loop as suggested by other sites, due to the translations being watched and reloaded on repository change. Reopening the site without edits and “watch” produced the same error. After deleting a few entries, the site reigns to normal and the error goes away. It clearly looks like a limit in the number of entries which can be used or an internal infinite loop within vue18n.
Any ideas?
The text was updated successfully, but these errors were encountered: