Merge pull request #3512 from matrix-org/jryans/error-boundary
Add error boundaries to catch rendering errors
This commit is contained in:
commit
ae7ecf7f8f
7 changed files with 242 additions and 99 deletions
|
@ -226,7 +226,7 @@ export default class HelpUserSettingsTab extends React.Component {
|
|||
</div>
|
||||
<div className='mx_HelpUserSettingsTab_debugButton'>
|
||||
<AccessibleButton onClick={this._onClearCacheAndReload} kind='danger'>
|
||||
{_t("Clear Cache and Reload")}
|
||||
{_t("Clear cache and reload")}
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue