Henric Persson
Henric Persson
...and sorry about the instability of ios-safari. I'm working on that, I hope to have an update for you soon!
That would work too. I don't feel strongly about it, as long as you're able to specify one or more targets. Either `--targets ie,chrome` or `--target chrome --target ie`, I'm...
Hi @DaveSauce! I would recommend you [integrate using a "static bundle"](https://docs.happo.io/docs/static). It is mainly targeted at people who aren't using webpack in their own pipeline. There's a little bit more...
Let me debug that. In the meantime, can you use the static bundle locally? It could be that there's an initialization error -- `getAllErrors` is an internal method and it...
The fact that it happens on chrome in one case, and another browser in another case is that we show the error from the first failing browser.
> I'm wondering if this is TypeScript related? I removed happo-plugin-typescript since it seems to be based on WebPack. You were right, you don't need happo-plugin-typescript.
Okay, it looks like there are a few issues here. The fact that it manifests as a `ReferenceError: getAllErrors is not defined` is confusing. But I can see a few...
Okay, yeah this is heading in the right direction. :) When you build `bundle.js`, where does it end up? I'm noticing that there is no `bundle.js` file in the static...
Okay, that's some progress at least! I don't actually know what the `jsxRuntime` error is. Seems related to something babel does, but I can't say for sure how you'd solve...
Yeah that's expected. The `iframe.html` file (weirdly named, I know...) is supposed to be a blank canvas for Happo to render things on (Happo workers repeatedly call `window.happo.nextExample()` to render...