chinwagsocial/app/javascript/mastodon/components
unarist c6db416ff7 Fix "Cannot read property" on missing status (#3322)
I've found this issue when I clicked replies to muted user on the timeline.

Properties I've removed in here were added with lazy loading using
IntersectionObserver (8e4d1cba), but those statuses are not need to be
tracked anyway because it will be rendered as only empty div.
2017-05-26 14:07:48 +02:00
..
account.js Remove unnecessary constructors (#3280) 2017-05-24 17:55:16 +02:00
attachment_list.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
autosuggest_textarea.js Remove unnecessary constructors (#3280) 2017-05-24 17:55:16 +02:00
avatar.js Fix hovering default value for avatar component (#3290) 2017-05-25 03:08:05 +02:00
avatar_overlay.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
button.js Focus the submit button (#3253) 2017-05-23 13:10:41 +02:00
collapsable.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
column_back_button.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
column_back_button_slim.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
column_collapsable.js Keep children of the column-collapsable until the transition is completed (#3218) 2017-05-22 15:01:27 +02:00
display_name.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
dropdown_menu.js Fix "Edit profile" on the account action bar (#3222) 2017-05-22 14:57:50 +02:00
extended_video_player.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
icon_button.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
load_more.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
loading_indicator.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
media_gallery.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
missing_indicator.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
permalink.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
relative_timestamp.js implement shouldComponentUpdate for relative_timestamp (#3320) 2017-05-26 03:25:41 +02:00
status.js Fix "Cannot read property" on missing status (#3322) 2017-05-26 14:07:48 +02:00
status_action_bar.js Improve shouldComponentUpdate for status and status_action_bar (#3323) 2017-05-26 14:05:52 +02:00
status_content.js Fix an error on dragging into status_content component (#3308) 2017-05-25 16:27:44 +02:00
status_list.js Lazy load toots using IntersectionObserver (#3191) 2017-05-24 17:55:00 +02:00
video_player.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00