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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: