-
## What's the issue?
`HTMLElement` is overridden by a polyfill. This causes the `instanceOf` operator to return `false` in cases where it should return `true`
## How do we reproduce the issue?
…
-
Hi!
I want extend fabric object(and all children component have this method/properties which i wrote.
I tried on top of my application similar to this(Typescript):
```ts
class MyObj extends fabr…
-
**Your Environment**
- **Prettier version**: 2.7.1
- **node version**: 18.8
- **package manager**: yarn@1.22.18
- **IDE**: VScode
**Describe the bug**
It seems like this plugin…
-
[x ] bug report => When creating CSS styles for p-dropdown that styles are been applied not even when trying to override them with primeng classes.
Current behavior
I added style classes for t…
-
### Describe the bug
I'm using swc in a NestJs project and i'm facing the following issue when i run my unit test with jest:
```
ReferenceError: Cannot access 'DocumentEntity' before initializa…
-
**Describe the bug**
Either locally, or on production, the components within our instance of Storybook (https://www.findmypast.com/canopy) do not load in Browserstack to check ie11. Other browsers i…
-
### Verify canary release
- [ ] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```
Operating System:
Platform: win32
Arch: x6…
-
As suggested by @sandersn, opening a sibling issue to track the proposal from the https://github.com/microsoft/TypeScript/pull/37894
Topic
------
Currently, when a property in the base class is o…
-
**Describe the bug**
Storybook in React app isn't loading emotion styles.
**To Reproduce**
Steps to reproduce the behavior:
1. adding storybook to existing react app which uses emotion.
2. set…
-
**Is your feature request related to a problem? Please describe.**
All the storybook packages are compiled to commonjs, es5 and include polyfills. This contributes to quite a growth in codesize, and …