You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component AttachedActivity is rendered by Notification component. It renders the content of activity.object if there are no attachments and if the activity.verb is not one of: 'post', 'repost', 'comment'. This is however incorrect because e.g. activity.verb === 'repost' then typeof activity.object is object and the render fails.
The text was updated successfully, but these errors were encountered:
Component AttachedActivity is rendered by Notification component. It renders the content of
activity.object
if there are no attachments and if theactivity.verb
is not one of:'post', 'repost', 'comment'
. This is however incorrect because e.g.activity.verb === 'repost'
thentypeof activity.object
is object and the render fails.The text was updated successfully, but these errors were encountered: