Roy Ling
Results
3
comments of
Roy Ling
The same issue here. The rule conf is parsed during the filter initialization (ie, `filter.init` -> `rule.initialise` where it is trying to get the target context (not loaded yet). Could...
@niftyhawk see the [jsFiddle](https://jsfiddle.net/royling/zg9q6sjd/) in README.
This happened to me, too. I believe it's because the `ts-action-operators` (which exports the `ofType` operator) is requiring the local rxjs lib, I can see the below structure in the...