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
Not sure if this is an issue with your package or Atom itself. I recently updated to Mojave and now all my React Native project files are defaulting to JavaScript rather than es6 so it messes with my view and makes it seem like the jsx cannot transpile.
I've tried going in and switching the files like this then saving...but then I go back and they're back as JavaScript files again.
This is maddening and I cannot find any settings that might make this happen. Any suggestions you have will help a ton! Thank you!
The text was updated successfully, but these errors were encountered:
@hollyewhite this sounds like it may be the same issue discussed in #510, seems like the built-in parser is now preferred by default...FWIW I ended up disabling the built-in in favor of language-babel.
Hi there,
Not sure if this is an issue with your package or Atom itself. I recently updated to Mojave and now all my
React Native
project files are defaulting toJavaScript
rather thanes6
so it messes with my view and makes it seem like thejsx
cannot transpile.I've tried going in and switching the files like this then saving...but then I go back and they're back as
JavaScript
files again.This is maddening and I cannot find any settings that might make this happen. Any suggestions you have will help a ton! Thank you!
The text was updated successfully, but these errors were encountered: