You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(loggedIn){return[<Itemkey='sets'> // Line 50
<Linkto='/sets'>Sets</Link> // Line 51
</Item>,// Line 52<Itemkey='explorer'><Linkto='/explorer'>Explorer</Link></Item>,<Itemkey='logout'>
Logout
</Item>,];}
TS1005 and TS1161 are unrelated, so I think the errors are because JSX is not being recognized.
I have not changed the extension settings, so I'm assuming that the extension using my tsconfig.json and tslint.json under src/. My typescript and tslint versions are also up to date. Do I need to change something to allow usage with react?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @eternalphane! Nice extension! I'd really love to use it, but it doesn't work when formatting typescript react files.
An example of the error logs:
The formatter errors anywhere there is JSX, e.g.:
TS1005 and TS1161 are unrelated, so I think the errors are because JSX is not being recognized.
I have not changed the extension settings, so I'm assuming that the extension using my tsconfig.json and tslint.json under src/. My typescript and tslint versions are also up to date. Do I need to change something to allow usage with react?
Thanks!
The text was updated successfully, but these errors were encountered: