-
Notifications
You must be signed in to change notification settings - Fork 189
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
Remove second react dependency #728
Comments
Maybe I'm wrong. Did we do this for detecting the react version? cc @agarcia-caicedo, @miggs125 One way or the other, let's only include this once so we don't have version conflicts later. |
The one in the package.json was for detecting react |
Leaving it in package.json means that every time we do |
Let's find a way to link to the one in frontend, yes. |
I was wrong, detecting react happens in the eslint config file, not in package.json |
We have react defined in two different places:
The first one (in
src/frontend/package.json
) is correct, and the other one (package.json
) needs to get removed.The text was updated successfully, but these errors were encountered: