management-center
management-center copied to clipboard
Interface crashes when displaying a topic called 'name'
Hi,
I have encountered an issue where if one creates a topic where any level is called name
the whole management center interface crashes when one tries to display it in the topic tree. It persists until the webpage is refreshed (I presume because the topic is no longer 'visible'). By crashes I mean the whole page becomes completely white and in the console following message appears:
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7B_name%2C%20_topic%2C%20_created%2C%20_messagesCounter%2C%20_topicsCounter%2C%20test%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Oa (react-dom.production.min.js:140)
at react-dom.production.min.js:150
at Ni (react-dom.production.min.js:176)
at $s (react-dom.production.min.js:271)
at _l (react-dom.production.min.js:250)
at Sl (react-dom.production.min.js:250)
at El (react-dom.production.min.js:250)
at gl (react-dom.production.min.js:243)
at react-dom.production.min.js:123
at t.unstable_runWithPriority (scheduler.production.min.js:18)
I have the management center installed in a docker container using the latest cedalo platform installer.
This behaviour exists both in the latest versions of 2
and dev
tags.