Mark Erikson

Results 1264 comments of Mark Erikson

@garrettm fwiw, while you're definitely seeing something, it looks to be a very different problem than what was originally described in this issue. Pasting that example into the TS playground,...

@chentsulin : can you clarify how that tweak to the types is intended to fix this issue?

@nickmccurdy There's barely anything IE relevant in this codebase :) Closest I can see looking at a build artifact is: ```js for (var _len = arguments.length, funcs = new Array(_len),...

Yeah, I'm just saying that Redux's code is so minimal, and it's so FP-oriented, that there's almost nothing in the current code that would matter for IE beyond a couple...

Yeah, I asked for this PR, and i do want to look it over. I've just got a lot going on atm and don't have the mental capacity to do...

My inclination here is that we don't want to allow switching between `useLayoutEffect` and `useEffect` after the app has started up. I don't see any benefit to doing so, and...

Hmm. Passing a null value for `mapDispatch` is entirely legal :) For example, say you want to pass in either `mergeProps` or `options` and the component doesn't need to dispatch:...

Not sure what you mean by "v7 is using the types for v6". In general our public API for `connect` has stayed almost identical across multiple major versions, with the...