I have been using Prettier extension for some time with Angular projects and decided to give it a try for one of my React projects.
However what I have noticed, upon formatting my .tsx files it inserts invalid objects into my code like following:
This has caused that I have suddenly artifacts within my rendered solution and it started to break the UI.
Is there a way how to turn this off?