Files
jitsi-meet/react/features/overlay/index.js
paweldomas 67d7d4fc14 feat(RN): add a fatal error state which is a catch all
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).
2018-06-26 15:39:56 +02:00

6 lines
101 B
JavaScript

export * from './actions';
export * from './components';
import './middleware';
import './reducer';