Jeremiah Naylor-Trein
Jeremiah Naylor-Trein
Do it. Monospaced.
Took me awhile to figure out why my requests were not being mocked when I upgraded a third-party package! As a workaround, I've used `undici`'s own mock class. An example...
Adding to the workaround [posted](https://github.com/jsdom/jsdom/issues/3294#issuecomment-1196577616), if you are using Jest, this may help to do some assertions while we wait for [#3403](https://github.com/jsdom/jsdom/pull/3403) to be merged. **Mocks** ```ts HTMLDialogElement.prototype.show = jest.fn(function...

@fforbeck It's from production. - Chrome: Version 91.0.4472.114 (Official Build) (x86_64) - MacOS Big Sur 11.4
@fforbeck Not sure if this helps, but here is what my devtools see:  
Would love to. I am busy with web worker things right now, but I will definitely look into this. Nothing's been done on this, yet, correct? There is some discussion...
This would be pretty epic. This would override any `truncate`ed text on ``, and possibly `wrapText` as well?
I will try renaming our `build` command to see if this helps.
I attempted to rename our `build` command to `build:storybook` - no change.