Kutner JS
Kutner JS
can you merge the fix with a feature flag? (i.e. enable-able from settings) I'm having the `__REACT_DEVTOOLS_GLOBAL_HOOK__` fix and I want to remove it!
+1 for mentioning `import 'tippy.js/dist/svg-arrow.css';`
reproduced it - ```ts chroma.blend('4CBBFC', 'EEEE22', 'overlay'); // == #8ef6fa chroma.blend('4CBBFC', 'EEEE2250', 'overlay'); // == #8ef6fa, should be #83CCBF ```
I don't remember how I got around this.
also getting this:  sometimes (usually after refresh) the arrows don't connect and mess up (maybe calculated too early?)
Also got this. Seems that mousetrap is trying to clear keycombos. It tries to clear in the context of the element, which is not available in .trigger()
also getting it. maybe because `@prerenderer/renderer-puppeteer` is using `puppeteer` 1.20.0? latest is 14.1.0 😵
yup - this is the bug: https://github.com/puppeteer/puppeteer/issues/4197 it was fixed in April 2019 - https://github.com/puppeteer/puppeteer/pull/4276
yup this just broke my package because of the indirect dependency through `postcss-normalize`. :(
the bad thing is that StackDriver automatically makes the decision for you, violating Inversion of Control. It could be especially bad when there are other handlers that monitor the console...