Breaking up HTML tags in (react) JSX upon save - Solution
go to visual studio and above left menu select
Files -> Preferances -> Settings -> User Setting - GO to Down and check settings.json file _> open and add below code
Add this code on settings.json file and save and run
"files.associations": {
"*.js": "javascriptreact"
}
Comments
Post a Comment