Andy Kutruff

Results 33 comments of Andy Kutruff

Looking for this as well.

@Andarist +1 for the flag to turn this off during dev. I just ran into this too. 11.7 hasn't helped unfortunately.

@Andarist Thanks for responding. Chrome profile below. The app has a ton of DOM elements that are added on a click. Almost half the render time is spent in emotion...

First, I really appreciate the work on this library. It's pretty epic. I've been evaluating io-ts, and I saw this [compatibility chart](https://github.com/gcanti/io-ts/blob/master/index.md#implemented-types--combinators) which made me happy that this was tracking...

Yeah, unfortunately. It's super weird. Perhaps try refreshing the page a lot, or opening it other browsers? It worked fine until I I set new NPM versions for the dependencies.

![image](https://user-images.githubusercontent.com/874049/184704977-647989a9-cc5d-4380-ad9c-d40b5b49e2e8.png)

@JamesACS I disabled all ad blocking and its still happening for me. Now, I'm getting CORS errors when referencing my packages as well. ![image](https://user-images.githubusercontent.com/874049/185644397-f01c4440-d15d-4abb-a2de-360fcb613702.png)

@JamesACS updated link to sandbox Also, here's it running on stackblitz without error: https://stackblitz.com/github/akutruff/diagon/tree/master/apps/demo

I just hit this too when using 4.1's recursive conditional types. (Super amazing feature by the way.) It's hard to pair down to a simple example by the nature of...