mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 11:03:57 +03:00
fix(extension): remove socket from panel store (#820)
This commit is contained in:
parent
bff8dd4924
commit
e98c083e41
|
@ -6,7 +6,6 @@ import reports from '@redux-devtools/app/lib/reducers/reports';
|
|||
import section from '@redux-devtools/app/lib/reducers/section';
|
||||
import theme from '@redux-devtools/app/lib/reducers/theme';
|
||||
import connection from '@redux-devtools/app/lib/reducers/connection';
|
||||
import socket from '@redux-devtools/app/lib/reducers/socket';
|
||||
import { StoreState } from '@redux-devtools/app/lib/reducers';
|
||||
import { StoreActionWithTogglePersist } from '../../stores/windowStore';
|
||||
|
||||
|
@ -19,7 +18,6 @@ const rootReducer: Reducer<StoreState, StoreActionWithTogglePersist> =
|
|||
section,
|
||||
theme,
|
||||
connection,
|
||||
socket,
|
||||
});
|
||||
|
||||
export default rootReducer;
|
||||
|
|
Loading…
Reference in New Issue
Block a user