Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 09d8f07

Browse files
fix lost references
1 parent 2e30aab commit 09d8f07

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

‎app/config/rootEpic.ts‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import { combineEpics } from 'redux-observable';
2-
import { epicCheckLogin } from '../features/auth/epicAuth';
1+
import {combineEpics} from 'redux-observable';
2+
import {epicCheckLogin} from '../features/auth/epicAuth';
3+
import {Action} from "redux";
4+
import IState from "./IState";
35

46
// List all the epics here
57
export default combineEpics<Action<any>, Action<any>, IState>(

‎app/features/auth/epicAuth.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {actionSetIsLoggedIn, TypeActionAuth} from "./actionAuth";
44
import IState from "../../config/IState";
55

66
import {switchMap} from 'rxjs/operators';
7-
import {from} from "rxjs";
7+
import {from,Observable} from "rxjs";
88

99
export const epicCheckLogin: Epic<Action, Action, IState> = ( action$, state$ ): Observable<any> =>
1010
action$.pipe(

‎package.json‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@
2222
"redux-observable": "^1.0.0",
2323
"rxjs": "^6.3.3"
2424
},
25-
"dependencies": {
26-
"babel-jest": "^23.6.0",
27-
"concurrently": "^4.1.0",
28-
"react": "^16.5.2",
29-
"react-dom": "^16.5.2",
30-
"react-redux": "^6.0.0",
31-
"react-test-renderer": "^16.5.2",
32-
"redux": "^4.0.0",
33-
"redux-observable": "^1.0.0",
34-
"rxjs": "^6.3.3"
35-
},
3625
"devDependencies": {
3726
"@types/jest": "^23.3.5",
3827
"@types/react": "^16.7.18",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /