Merge pull request #3512 from matrix-org/jryans/error-boundary

Add error boundaries to catch rendering errors
This commit is contained in:
David Baker 2019-10-03 10:49:03 +01:00 committed by GitHub
commit ae7ecf7f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 242 additions and 99 deletions

View file

@ -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>