Andy Kutruff
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.

@JamesACS I disabled all ad blocking and its still happening for me. Now, I'm getting CORS errors when referencing my packages as well. 
@JamesACS Nope, normal mode. It will work in incognito mode sometimes.
@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...