Ian Remmel
Ian Remmel
I was just able to reproduce on macOS 10.14.1 in Firefox 64 with all addons disabled and Chrome 71 (with extensions enabled).
Storyshots is unable to run tests using Angular 12 or 13 with storybook suite 6.4.9 ot 6.5.0-alpha.4
For what it's worth, none of the solutions suggested in this issue have worked for me. Everything was fine until this change: ```diff diff --git a/package.json b/package.json index 1e4d2ad..f72c103 100644...
hmm, ok. is there a timeline for that v3? I hate running off of forks, but I guess I'll have to in this case.
yea, i need to get it working in the next few weeks; that said, I can point at my branch just as easily as yours and that's probably safer since...
I can try to explain, but I only roughly understand it: Aura and/or Locker is SalesForce's tool for running untrusted code in their UI. It works by pretty much cloning...
I think that makes sense, but is `request` the right property name? Is there an analog in [request](https://github.com/request/request)? And yea, I had mixed feelings about changing xhr, but I figured...
I'd probably do things a bit differently now, but if it's helpful, (https://github.com/ciscospark/spark-js-sdk/blob/master/packages/http-core/src/request/request.shim.js is the code I wrote to make xhr api-compatible with request. Regarding cross browser testing, I've had...
yea, i agree, http-core is too much for your needs, but I thought the transforms applied to the options object in request.shim.js might help illustrate what i needed to do...
Any update on when documentation will return?
Where are the restored v2 docs hosted?