You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see the result correctly shows a line of Chinese text and a line of English text
Open the terminal again, stop the previous command, and execute npm run build
After the build is complete, run npm run preview to view the result again, and you will find that the Chinese text has been encoded into Unicode characters
Note, this issue was reproduced with the autoCodeSplitting: true option configured in the routing plugin.
Expected behavior
As a user, I expect the interface to display the results as normal Unicode text, rather than encoded characters.
Screenshots or Videos
No response
Platform
OS: [macOS]
Browser: [Chrome]
Version: [1.97.1]
Additional context
No response
The text was updated successfully, but these errors were encountered:
Which project does this relate to?
Router
Describe the bug
Chinese characters are converted to Unicode encoding after the build, which does not meet expectations.
Your Example Website or App
https://stackblitz.com/edit/tanstack-router-pbcifh3r?file=src%2Froutes%2Findex.tsx
Steps to Reproduce the Bug or Issue
npm run dev
npm run build
npm run preview
to view the result again, and you will find that the Chinese text has been encoded intoUnicode
charactersExpected behavior
As a user, I expect the interface to display the results as normal
Unicode
text, rather than encoded characters.Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: