zesty-io / manager-ui

Content platform powering enterprise websites and applications
https://www.zesty.io
Other
41 stars 6 forks source link

TypeError: Cannot read properties of null (reading 'localeCompare') #3046

Closed sentry-io[bot] closed 4 days ago

sentry-io[bot] commented 3 weeks ago

Sentry Issue: MANAGER-UI-295

React ErrorBoundary Error: Cannot read properties of null (reading 'localeCompare')
  at MentionList (./src/shell/components/Comment/MentionList.tsx:29:6)
  at InputField (./src/shell/components/Comment/InputField.tsx:32:3)
  at CommentsList (./src/shell/components/Comment/CommentsList.tsx:40:3)
  at Comment (./src/shell/components/Comment/index.tsx:19:27)
  at FieldShell (./src/apps/content-editor/src/app/components/Editor/Field/FieldShell.tsx:58:3)
...
(45 additional frame(s) were not displayed)

TypeError: Cannot read properties of null (reading 'localeCompare')
  at sort (./src/shell/components/Comment/MentionList.tsx:43:50)
  at Array.sort (<anonymous>)
  at sortedUsers (./src/shell/components/Comment/MentionList.tsx:43:11)
  at MentionList (./src/shell/components/Comment/MentionList.tsx:39:25)
  at apply (./src/shell/components/Comment/InputField.tsx:269:19)
...
(17 additional frame(s) were not displayed)