Jeong, Sejun
Jeong, Sejun
I've gathered a [dirty workaround](https://gist.github.com/zb-sj/3a9731ced7e697632ac2c6d774936599) while #21566 is on the way. This just injects invokable button to the controls. I might be able to generalize the implementation to add any...
> have been getting page.evaluate: TypeError: Cannot read properties of undefined (reading 'storyStore') at getStoryContext (node_modules/@storybook/test-runner/dist/cjs/playwright/hooks.js:17:15) ~~It was issue with my test runner previsiting `about:blank` instead. I could get around...
I could just get around by polyfilling it with ```ts import { EventEmitter } from "events"; EventEmitter.prototype.off = EventEmitter.prototype.removeListener; ``` This could be potentially fixed by https://github.com/mqttjs/MQTT.js/pull/1553