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

Error navigating to consumer group from topic #1806

Closed
shaneikennedy opened this issue Jun 4, 2024 · 3 comments · Fixed by #1808
Closed

Error navigating to consumer group from topic #1806

shaneikennedy opened this issue Jun 4, 2024 · 3 comments · Fixed by #1808
Assignees
Labels
bug Something isn't working

Comments

@shaneikennedy
Copy link
Contributor

react-dom.production.min.js:106 Uncaught TypeError: Cannot read properties of undefined (reading 'navigate')
    at onDetails (TopicGroups.jsx:135:31)
    at onClick (Table.jsx:379:30)
    at Object.Tx (react-dom.production.min.js:54:317)
    at Ax (react-dom.production.min.js:54:471)
    at Dx (react-dom.production.min.js:55:35)
    at Tv (react-dom.production.min.js:105:68)
    at Rb (react-dom.production.min.js:106:380)
    at react-dom.production.min.js:117:104
    at Lg (react-dom.production.min.js:274:42)
    at rb (react-dom.production.min.js:52:375)

Repro:

  • go to topic list
  • choose topic with consumer group
  • go to topic details
  • consumer group tab
  • see details of a consumer group

Result: no navigation to the consumer group detail page and console error above

@AlexisSouquiere
Copy link
Collaborator

Good catch, thanks !

@shaneikennedy
Copy link
Contributor Author

You're fast @AlexisSouquiere ! We're testing and reporting as we find stuff, I try to contribute back as well 👍

@AlexisSouquiere
Copy link
Collaborator

We had this error several times during the move to React 18 🤯 But this one was missing !
Thanks a lot for reporting it !

@github-project-automation github-project-automation bot moved this from Backlog to Done in Backlog Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants