Skip to content
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

🚀 Feature: Resolve yarn install warnings. #28018

Open
2 tasks done
asoov opened this issue Dec 7, 2024 · 1 comment
Open
2 tasks done

🚀 Feature: Resolve yarn install warnings. #28018

asoov opened this issue Dec 7, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Help/Contributions wanted from community members

Comments

@asoov
Copy link

asoov commented Dec 7, 2024

🔖 Feature description

When installing a clean instance of backstage and adding plugins, I want to encounter a clean installation without a wall of warnings in my console.

🎤 Context

There are numerous warnings that are quite worrying, e.g. React versions not matching with the versions required by core plugins or React 18 not being compatible with MUI v4. I assume the Backstage development team has ruled out that these incompatibilities are causing essential bugs. Nevertheless an output of lots of lines of warnings distract the user from actually spotting warnings that matter and should be taken seriously.

✌️ Possible Implementation

Resolve these warnings. E.g. adding react-dom and react-router-dom to the peerDependencies of a plugin created by the cli already removes several lines of warnings.

👀 Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Are you willing to submit PR?

No, but I'm happy to collaborate on a PR with someone else

@asoov asoov added the enhancement New feature or request label Dec 7, 2024
@camilaibs camilaibs added the help wanted Help/Contributions wanted from community members label Dec 9, 2024
@deejay1
Copy link
Contributor

deejay1 commented Dec 10, 2024

fixing the MUI warnings is waiting due to #27726

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Help/Contributions wanted from community members
Projects
None yet
Development

No branches or pull requests

3 participants