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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Probably this is because you wrote JSX in JS file. Rename the extension: index.jsx
When using @neutrinojs/react, JSX can be written in both .jsx and .js files (it's only ESLint rules from the AirBnb preset that would display a preference), so that won't be the reason.
More likely is that either:
(a) the wrong Neutrino preset is being used eg web instead of react
(b) there is a typo in their index.js that we can't see from the excerpt above
This is the message I get when trying to build a js file, thats an entry point to a react app.
The text was updated successfully, but these errors were encountered: