Skip to content

Conversation

@houssamb4
Copy link
Contributor

TypeScript parse errors caused by escaped template literals in the FuzzyText components. The errors prevented npx tsc --noEmit from parsing the files correctly.

  • Solution:

Replaced incorrectly escaped sequences like `${fontSize}px` (escaped backticks/backslashes) with proper template literals: ${fontSize}px and similar occurrences.

@DavidHDev DavidHDev merged commit 25e7902 into DavidHDev:main Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants