Skip to content

Commit ed668e8

Browse files
mlegpiotrwitek
authored andcommitted
Bugfix: reference 'rxjs-imports'
File `rxjs-imports.ts` is not referenced anywhere which causes the application fail to start: ``` Uncaught TypeError: action$.ofType(...).concatMap is not a function... ```
1 parent 4b6cec3 commit ed668e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import * as React from 'react';
22
import { render } from 'react-dom';
33
import { Provider } from 'react-redux';
44

5+
import './rxjs-imports';
56
import store from './store';
67
import {
78
Home,

0 commit comments

Comments
 (0)