ES6
1 results found
-
TypeScript error in E:/VSCODE/src/components/Header/index.tsx(13,17): '{' expected. TS1005
TypeScript error, I'm trying to use Template literals in ES6, In classname, I used `` and ${} to append a classname outside. However, having a syntax problem.