Jeroen Zwartepoorte
Jeroen Zwartepoorte
My setup: https://gist.github.com/jpzwarte/0be6a491a3762f2ee2e784ab29669a2c I still have to figure out how to get `` to work; something to do with the readme stencil outputs during the build.
@dmartinjs thanks, that helps. But your solution does not allow for JSX in an MDX story, right?
@dmartinjs there must be some part still missing. I generate the `custom-elements.json` and import that, but don't i need to import some generated JS from `dist/` as well? Currently, none...
@mgenware See https://github.com/open-wc/open-wc/pull/2454, which is for `@open-wc/scoped-elements`, but the same can probably be applied to `@open-wc/testing-helpers`.
Would #101 work for you (dark/light class on the preview iframe ``)?
Do you have a suggestion on the config syntax? So current it is: ```js addParameters({ darkMode: { current: 'light', light: ..., dark: ..., } }); ``` Should we make the...
@wswebcreation see https://gist.github.com/jpzwarte/a98149513b0f7437d3957d07abe79da8
@wswebcreation @mdasberg the hack below works 💪 ``` // HACK: intercept the uuid call that ng-apimock makes in order to // get the ngapimockid. There's a bug where the cookie...
I thought about this, for example i tried adding async/wait for the ```selectScenario``` call and a ```browser.sleep()``` before the ```page.navigateTo()``` but that didn't work. Anyway, i heard via some people...
The bug report is still valid right? If so, i would keep it open to track progress.