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
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Every time I make use of the autocompletion for React JSX (Javascript) I seem to get weird indentation errors.
varReact=require('react');varMyComponent=React.createClass({// Look at the dots for indentation example:..componentDidMount: function(){
......console.log('Mounted!')....},render: function(){return(<div/>);}});module.exports=MyComponent;
The gif I made shows that as well: Image (GIF)
File size was too large to actually upload it on github.