SoNGi

Results 3 comments of SoNGi

Anybody managed to fix the issue without other updates? I have the following configuration: ├── [email protected] ├── [email protected] └── [email protected]

I found the problem var predicate = _this.paramsEqual(transTo.$$state(), triggerParams, undefined, true); insted of passing undefined as 3rd param of paramsEqual we should pass this.getConfig(state).params Shall I forward a pull request...

I found the problem var predicate = _this.paramsEqual(transTo.$$state(), triggerParams, undefined, true); insted of passing undefined as 3rd param of paramsEqual we should pass this.getConfig(state).params Shall I forward a pull request...