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

Issue 5143 - Clear console warnings #5190

Open
wants to merge 14 commits into
base: staging
Choose a base branch
from
Open

Issue 5143 - Clear console warnings #5190

wants to merge 14 commits into from

Conversation

Amantini1997
Copy link
Contributor

This fixes #5143

Description

I got rid of all the warnings printed as errors that I have bumped into. I might be missing still some though, so feel free to raise list them in case

Test cases

Navigate around the app and play with the different components. No warnings should be printed (as error)

frontend/assets/icons/filled/logo_text-filled.svg.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Errors in invitationDialog (When adding a user to a teamspace and you click the job select).
image
I think this is due to the error={form.errors.email} on line 202.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On closing this modal you get this error:
image
(I get this when closing various v4 modals)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second one is an actual error and, unfortunately, is triggered by MUI, so it won't be fixed

Copy link
Contributor Author

@Amantini1997 Amantini1997 Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if I fixed it somehow, but I can't reproduce this one Errors in invitationDialog (When adding a user to a teamspace and you click the job select).
Can you record the steps?

frontend/assets/icons/filled/logo_text-filled.svg.tsx Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants