-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot use with @neutrino/react #1
Comments
Hmm, it's supposed to guard against exactly this problem, so I'm not sure what's going on here. I'm using it with the react preset myself in one of my projects without any issues. I'll make a minimum reproduction from the code you posted and see what I can find. Thanks for reporting! |
Ah; one thing I notice: you're using |
I have created an example project which shows how to use this with React in a simple application with tests and linting: https://github.com/davidje13/neutrino-typescript-react-example It seems to be fine, so I'm guessing your issue is due to the version mismatch I mentioned before. Can you confirm? |
Thanks very much for the sample project, it works! I was just using the command
to scaffold the project, and did not notice that @neutrinojs/eslint was not the latest version. |
I followed the setup with a react project with the latest v9 and neutrino complained that @babel/plugin-proposal-class-properties is duplicated.
The text was updated successfully, but these errors were encountered: