Oliver Joseph Ash
Oliver Joseph Ash
I just realised that this also means the following [codec law](https://github.com/gcanti/io-ts/blob/87f6b860001eb4b487429b0547cfa9a4efca33b4/Codec.md) does not hold: ```ts import * as assert from "assert"; import * as E from "fp-ts/Either"; import { pipe...
Thanks for your response! I can try to do this myself but firstly I'd like to get your thoughts on how we should address this. Should it just find `@types`...
Related to this, I noticed that Prettier won't format `twoslash` code blocks in the same way it would format `ts` code blocks. (I can open a separate issue if you...
After upgrading to 6.4.0 which contains the fix from #1385, I'm getting this error in my app: ``` [webpack-cli] HookWebpackError: Circular hash dependency 54047 (runtime.54047.js) -> dff12 (education-route.dff12.js) -> 54047...
I'm running into the same issue. This even happens when I copy/paste [the example in the docs](https://github.com/skortchmark9/reselect-tools/tree/1175df8465356b94f39af2197019c44355c957f4#user-content-reselect-tools:~:text=export%20const%20data%24%20%3D%20(state)%20%3D%3E%20state.data%3B): 
Upgrading from reselect v3 to [v4](https://github.com/reduxjs/reselect/releases/tag/v4.0.0) fixed it:  "Output" is still `undefined` for some reason.
Good point. It would probably be easy to check that the generic is not used as the return type, but it could be difficult to detect if the generic is...
You're right—that package still does not support config inheritance (`extends`). Perhaps we should extract the code that's already in this library into a separate repository, so others can benefit from...
> * I think `Element` is a strong enough constraint, allowing it to continue to work on SVG elements Will fix > 2\. you can still keep it generic with...