Christopher Bond
Christopher Bond
Hmmm, strange. I am unable to reproduce. `demand-express` most certainly imports hammerjs. In main.ts: ```ts import 'hammerjs'; ``` Did you make any local changes?
Did you import `hammerjs`? There's no reason it shouldn't work
Thank you for your report. Can you link to your code or provide a reproduction repo for me?
Can you please point me to a repo where this is failing? The examples still work for me
Unfortunately I cannot reproduce this. Can you tell me what the initial HTTP request gives back in its body? Anyone - @ElderJames @wnabil @abdalrhman-alhomsi
I have removed the `setImmediate` call in the example as it was unnecessary. Does this fix your issue? Maybe you are using an old Chrome that doesn't have setImmediate?
The examples are working for me. Can you point me to a repo where it's failing so I can repro?
@ktersius Can you point me to a code example so that I can reproduce this?
This library doesn't work with ngrx, only Redux. But it's not a bad idea to try to make it work with ngrx. I will add this to my todo list....