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

Selecting size as the only column in the topic details throws an exception #1051

Closed
weeco opened this issue Jan 31, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working frontend

Comments

@weeco
Copy link
Contributor

weeco commented Jan 31, 2024

If you go inside a topic, list messages and configure the table so that it should only show the size column an exception is thrown:

ss-Lj2oZo2C

Uncaught runtime errors:
×
ERROR
Cannot set properties of undefined (setting 'size')
TypeError: Cannot set properties of undefined (setting 'size')
    at http://localhost:3000/static/js/src_state_backendApi_ts.chunk.js:31567:46
    at http://localhost:3000/static/js/vendors-node_modules_ant-design_icons_es_icons_ApiOutlined_js-node_modules_ant-design_icons_e-be71cb.chunk.js:10041:14
    at http://localhost:3000/static/js/vendors-node_modules_ant-design_icons_es_icons_ApiOutlined_js-node_modules_ant-design_icons_e-be71cb.chunk.js:10372:19
    at trackDerivedFunction (http://localhost:3000/static/js/vendors-node_modules_ant-design_icons_es_icons_ApiOutlined_js-node_modules_ant-design_icons_e-be71cb.chunk.js:13088:18)
    at Reaction.track (http://localhost:3000/static/js/vendors-node_modules_ant-design_icons_es_icons_ApiOutlined_js-node_modules_ant-design_icons_e-be71cb.chunk.js:13607:18)
    at useObserver (http://localhost:3000/static/js/vendors-node_modules_ant-design_icons_es_icons_ApiOutlined_js-node_modules_ant-design_icons_e-be71cb.chunk.js:10370:16)
    at observerComponent (http://localhost:3000/static/js/vendors-node_modules_ant-design_icons_es_icons_ApiOutlined_js-node_modules_ant-design_icons_e-be71cb.chunk.js:10040:69)
    at renderWithHooks (http://localhost:3000/static/js/vendors-node_modules_react-dom_index_js.chunk.js:14150:22)
    at updateFunctionComponent (http://localhost:3000/static/js/vendors-node_modules_react-dom_index_js.chunk.js:17032:24)
    at updateSimpleMemoComponent (http://localhost:3000/static/js/vendors-node_modules_react-dom_index_js.chunk.js:16894:14)
@weeco weeco added bug Something isn't working frontend labels Jan 31, 2024
@jvorcak
Copy link
Collaborator

jvorcak commented Jan 31, 2024

Fixed in #1052

@jvorcak jvorcak closed this as completed Jan 31, 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 frontend
Projects
None yet
Development

No branches or pull requests

2 participants