Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created January 31, 2020 14:17
Show Gist options
  • Select an option

  • Save gregblake/17cbe89ade30492efec0b645c0d80956 to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/17cbe89ade30492efec0b645c0d80956 to your computer and use it in GitHub Desktop.
Uncaught TypeError: Cannot convert undefined or null to object
Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at Message.renderReactions (Message.jsx?dd7c:405)
at Message.render (Message.jsx?dd7c:445)
at eval (ReactCompositeComponent.js?cd59:793)
at measureLifeCyclePerf (ReactCompositeComponent.js?cd59:74)
at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (ReactCompositeComponent.js?cd59:792)
at ReactCompositeComponentWrapper._renderValidatedComponent (ReactCompositeComponent.js?cd59:819)
at ReactCompositeComponentWrapper.performInitialMount (ReactCompositeComponent.js?cd59:361)
at ReactCompositeComponentWrapper.mountComponent (ReactCompositeComponent.js?cd59:257)
at Object.mountComponent (ReactReconciler.js?6bfa:47)
@andrew-k9
Copy link
Copy Markdown

andrew-k9 commented Feb 3, 2020

Commenting here since I can't keep track of styling in Runway...

Things I saw when looking at giphy w/ feature toggle enabled:

  • Errors when sending a message

    TypeError: can't convert undefined to object connect-ecf628a5bb070be6bcd8.js:54:104806

    MESSAGE BUS FAIL: callback /api/v2/connect/messages/rooms/25564 caused exception can't convert undefined to object connect-ecf628a5bb070be6bcd8.js:54:176114

    sendMessage TypeError: can't convert undefined to object

  • Error fetching message: fetchMessages TypeError: can't convert undefined to object

  • Can't upload photo, gets TypeError: can't convert undefined to object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment