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

brackets disappearing #517

Open axe-z opened 6 years ago

axe-z commented 6 years ago

when ever I use any kind of snippets inside { } the bracket will vanish, leaving me with only the snipet code I had entered, if I try it again, it will work, and I do put spaces between:

ex: { .. } (2 dots is an arrrow FN) leaves me with : .. ex2: { cl } , same thing. but console.log. left with: cl

since most of my work are render props. Does not happen in javascript+jsx langage selection