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
Looking into this, this seems that the issue stems from the fact that Atom previously did not support optional chaining operators in JavaScript. That's why as reported by others using language-babel instead would resolve the issue.
When using the Null Propagation operator ( ?. ) in a file it breaks the syntax highlighting.
When you use it in the template:
When you use it in the script:
The text was updated successfully, but these errors were encountered: