An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix the reducer to remove the SetMainChannel action

-6
-6
app/reducers/pyodideReducer.ts
··· 38 38 39 39 export default createReducer(initialState, (builder) => 40 40 builder 41 - .addCase(PyodideActions.SetMainChannel, (state, action) => { 42 - return { 43 - ...state, 44 - mainChannel: action.payload, 45 - }; 46 - }) 47 41 .addCase(PyodideActions.SetEpochInfo, (state, action) => { 48 42 return { 49 43 ...state,