Sergio Moreno

Results 111 comments of Sergio Moreno

Hi mate. Can you try to modify our node_modules to this changes and share with us if it's working properly? https://github.com/rematch/rematch/pull/745/files Probably this is a bug that we missed on...

Just tested and works fine. Probably you're using v1 version which is not maintained anymore. You should check our migration guide for v2 ( which is practically anything) and you...

I've created a branch where you can fork and commit there a possible fix, it should pass the testing suite when it's fixed https://github.com/rematch/rematch/commit/46baddfb54f2d935c9b4fe65db3a82789042b296

Sorry if it's too late to answer, but you can pass to the PusherProvider a prop called `_PusherRuntime`, with the runtime you need

I can't give all the code , it's just a node 11 with express `^4.16.4`, with chai`^4.2.0` and mocha `^5.2.0` running tests. The code I pasted above, is the main...

Ruby version: 2.5.0 and 2.4.4 has this bug Rails version 5.2.0 HTTP version 3.3.0

> @polRk can i know whats your jest config? you try to include jsx in the config, thanks It's the same error that I've reported about coverage failing, in your...

Hello Jay, actually your tests are working fine and before they weren't. Also the coverage was failing and wasn't being tested on the CI, so i've added it to the...

Which version of Node do you use (I use 12, just tried with 14 and also fails)? I've run: ```sh git checkout master rm -rf node_modules/ yarn.lock yarn install #...