You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Mobile: Support building for web (#10650)
This commit is contained in:
@ -11,7 +11,7 @@ import { Action, createStore } from 'redux';
|
||||
import MockPlatformImplementation from './testing/MockPlatformImplementation';
|
||||
|
||||
const createMockReduxStore = () => {
|
||||
return createStore((state: State = defaultState, action: Action<unknown>) => {
|
||||
return createStore((state: State = defaultState, action: Action<string>) => {
|
||||
return reducer(state, action);
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user