Home > Enterprise >  Text color is off in VS Code
Text color is off in VS Code

Time:11-18

Recently, my text color has been of for js,jsx,ts,tsx files in VS Code.

I don't really know what happened but it's not working all of a sudden.

enter image description here

As you see, the file is detected to be a typescript react file, but I do not have any text coloring.

CodePudding user response:

This warn come from Eslint rules when using Nextjs, it advice that you should use component from Nextjs. Follow this post to find your problem!

enter image description here

  • Related