mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 01:57:47 +00:00
Adds a fatal error state on which will depend whether or not the reload screen is to be displayed. It is to happen when a relevant fatal error action is not claimed by any feature for error recovery (the recoverable flag is not set).
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
export * from './actions';
|
|
export * from './components';
|
|
|
|
import './middleware';
|
|
import './reducer';
|