Home > Software engineering >  the text is all white in babel/js and react. What can I do to change it?
the text is all white in babel/js and react. What can I do to change it?

Time:11-17

enter image description here Text is all white here. I do nothing yesterday everything was okay. Can someone help?

CodePudding user response:

You can try to fix it by disabling/uninstalling the vscode-babel-coloring plugin for Babel ES6/7 syntax coloring by dzannotti.

OR you can try to install this plugin: https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel

CodePudding user response:

This is caused by the extension called Javascript and Typescript Nightly. As for a temporary fix, you could downgrade or either disable it.

See stackoverflow

  • Related