gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

JSX not autocompleting with language-babel #516

Closed serg337 closed 6 years ago

serg337 commented 6 years ago

Up until a few days ago, when coding react native (using language-babel and autocomplete) all was good and using Monokai syntax my components would appear in a Cyan colour and autocomplete was working.

Today my components look like in the picture attached. It's like it doesn't recognize them anymore, autocomplete no longer works for my components. The only way to solve this was to disable language-babel and enable the react plugin for atom. Autocomplete works again and the colour of the component changed.

screen shot 2018-10-31 at 1 28 48 am

.

How can I fix this? Did I miss something?

gandm commented 6 years ago

See https://github.com/gandm/language-babel/issues/510