You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Add a basic error boundary for the entire app
This adds a basic error boundary around the entire app to catch errors during rendering and present the user with the options on how to proceed. This is not implemented as a modal so that it could be used selectively in portions of the app as well, such as just the `RoomView`. Fixes https://github.com/vector-im/riot-web/issues/11009
This commit is contained in:
		@@ -87,6 +87,7 @@
 | 
			
		||||
@import "./views/elements/_DirectorySearchBox.scss";
 | 
			
		||||
@import "./views/elements/_Dropdown.scss";
 | 
			
		||||
@import "./views/elements/_EditableItemList.scss";
 | 
			
		||||
@import "./views/elements/_ErrorBoundary.scss";
 | 
			
		||||
@import "./views/elements/_Field.scss";
 | 
			
		||||
@import "./views/elements/_ImageView.scss";
 | 
			
		||||
@import "./views/elements/_InlineSpinner.scss";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user