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

Warning findDOMNode is deprecated in StrictMode when sorting columns in Camel Routes view #432

Closed
tadayosi opened this issue Jul 13, 2023 · 3 comments · Fixed by #592
Closed
Assignees
Labels
area/camel kind/bug Something isn't working
Milestone

Comments

@tadayosi
Copy link
Member

Issue similar to #13. To fix it, the removeFindDomNode property should be provided from PF 4, but quickly searching the PF 4 React issues I couldn't find any tickets or pull reqs that fixed it. We might need to raise an issue against PF 4 React.

image

@tadayosi tadayosi added kind/bug Something isn't working area/camel labels Jul 13, 2023
@tadayosi
Copy link
Member Author

FYI @mmelko

@tadayosi tadayosi added this to the 2023Q4 milestone Sep 26, 2023
@mmelko mmelko self-assigned this Oct 4, 2023
@mmelko
Copy link
Collaborator

mmelko commented Oct 4, 2023

I'm not sure. This is similar to other pages and tables without this problem .. I think problem might be actually in the code. I will check it

@mmelko
Copy link
Collaborator

mmelko commented Oct 4, 2023

ok so problem is actually in the intertied Popper in the table head. That is active when Column header is to small to display whole name such as:
Screenshot 2023-10-04 153146

So To mitigate this would be <Thead noWrap={false}> that basically prevents to get the header smaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/camel kind/bug Something isn't working
Projects
Archived in project
2 participants