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

Popular posts from this blog

ERR: error parsing query: found influx, expected SELECT, DELETE, SHOW, CREATE, DROP, EXPLAIN, GRANT, REVOKE, ALTER, SET, KILL at line

How To Convert Html File/URL/String Into Image Using Python

How to get Full URL or get absolute url In Django