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.
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.
.
How can I fix this? Did I miss something?