Chris Dhanaraj

Results 10 comments of Chris Dhanaraj

> Good news! We've got the return type fixed. > > To those who want to see errors in the return type - please reconsider. The language already has a...

@christian-fei So the manual injection @heldrida did actually works, you just need to hit https://127.0.0.1:35729/livereload.js?snipver=1 in your browser first and tell Chrome that it's safe (since you're assumedly using an...

Yes! I'll open a PR tomorrow to definitely typed and cc you both

Ah sorry! These are actually very bad - I'll be out of work and will send these in an hour On Fri, Mar 13, 2020 at 2:57 PM, James <...

@kennetpostigo I AM SO SORRY, oh my god, try these on ```ts declare module "use-reducer-with-side-effects" { export type ReducerReturn = | symbol | UpdateReturn | SideEffectReturn | UpdateWithSideEffectReturn; export type...

Ah you're right! I'll open a PR with the proposed change, but let me know if you want a more exhaustive example

Updated with a more complicated example! I think, maybe, some of this probably relates back to the usage of Maps in component state https://codesandbox.io/s/red-https-bxpo0?file=/src/App.tsx

Okay, so this is somewhat of a goof on me. My solve _does_ fix the problem I was having, but it could also be fixed in user land. I wrote...

@davidkpiano - hello! I know it's been a while, but checking to see if there was something I could do to get this merged. I swapped to this version in...

Adding some more context, if I run this command ``` "dev": "NODE_OPTIONS='--polyglot' NODE_POLYGLOT_OPTIONS='--js.webassembly --experimental-options' remix dev --manual", ``` This is where I can't seem to add a `vm.cp` argument anywhere....