svgl
svgl copied to clipboard
[BUG]: Next.js SVG for typescript throws error
So I was copying and pasting a Next.js TSX component and adding it to my codebase, but it started giving me an error. Prettier failed to format the code.
The error came from the component name, which was named "next.js", causing the issue and removing the .
fixes the issue