Scott Dickerson

Results 45 comments of Scott Dickerson

here's an exampleof what I mocked in my jsdom renderers createNodeMock to get the monaco-editor to work without throwing exceptions ``` createNodeMock: element=> element.props?.className?.includes('react-monaco-editor-container') ? { addEventListener: jest.fn(), removeEventListener: jest.fn(),...

Are there instructions for how to reserve a scope for our organization? I guess someone was able to squat on our @contrast-security-inc scope and publish this package? when I try...

any updates on this one @JonahLuckett ? We need it for a fixpack over the next 2 weeks

I'm having a similar issue with overflowmenus inside modals not showing. I don't see an overflow menu floatingmenu child when it's expanded and contained in a modal I think due...

Here's a potential fix for a carbon modal with overflow menus inside it: https://github.com/carbon-design-system/carbon-addons-iot-react/pull/1595

possible fix here: https://github.com/formatjs/formatjs/pull/3852. It works for me locally. To verify use @types/react: 18.0.20

this is fixed now in in the 6.1.2 release of `react-intl`

sure no problem: https://codesandbox.io/s/textinput-example-47zv7 @emyarod

The workaround that @nzig came up with worked well until today: ``` permissions: packages: write # needed for push of package contents: write # needed for push of tags pull-requests:...