Sergio Moreno

Results 111 comments of Sergio Moreno

@ozum did you find any solution? I don't like to run `npm run x` for just git commit ... Integration with commit hook is the best.

Sorry for pinging. But someone did discover something about this?

> To me it's a red flag that the documents don't mention a comparison to Redux Toolkit. Reading through the issue comments did give some insights, though. Rtk was created...

> @semoal , > Thanks that would be great. I am trying to get a sense as to the activity on the project, with Redux Toolkit being around for a...

We'll look into it, as soon as possible. Thx for reporting this out, I thought we had an scenario of this on our testing suite.

Can't reproduce the issue with this test mate: ```ts it('reducer without any argument', () => { const model = createModel()({ state: 0, reducers: { inc(state) { return state }, },...

https://github.com/rematch/rematch/commit/1066936de9e69eeec8380db09b1b7227757ae585 Just pushed a commit to check against CI.

> I'm finding the same trouble on 2.2.0 and not on 2.0.1 but not with a reducer but with a parameter-less effect. Hey Javi! Isn't this test https://github.com/rematch/rematch/blob/1066936de9e69eeec8380db09b1b7227757ae585/packages/core/test/ts_typings/dispatcher-typings.test.ts#L389 what you're...

Do you use any plugins? or something we can use to reproduce it?

> I have the same issue, probably caused by a similar bug in the argument typing calculation: > > ``` > (property) setMark: (payload: any, meta: any) => any >...