-
Hello,
I tried to run the example and got this error:
```bash
/home/zeus/Documents/sauvvi/sauvvi-calendar-site/tests/dataclass.test.js:23
var _this = _super !== null && _super.apply(this…
-
* [x] Test if #11452 breaks with Shiro codebases. @kLabz
* [x] The reader currently makes a new anon for every encoded empty anon. We should check if instead we can reuse a singular anon for all occ…
Simn updated
9 months ago
-
## Description
Row pinning with custom data items seems to pin all rows as if they have the same primary key.
* igniteui-angular version:
* browser:
## Steps to reproduce
1. Obser…
-
I cannot check an error with `instanceof ItemNotFoundError` because in the compiled file classes get converted into functions. I think it is because you target `es5` in the `tsconfig.json`.
I don't…
-
I'm trying to use storybook for the first time, so I decided to follow the guides.
I can get it working with the examples, but as soon as i pull in my own components i get __exports is not defined__…
-
Relates to #3159, #4068, #2568, [this branch](https://github.com/Microsoft/TypeScript/compare/declarations...declarations-moduleOut), [and this tool](https://github.com/SitePen/dts-generator).
# Goals…
-
### Context
### Contribution guidelines
* [x] I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I want …
-
### iLib 14.4.0
I have installed iLib through npm and try to use NumFmt with the following example:
```
import NumFmt from "ilib/lib/NumFmt";
const fmt = new NumFmt({
locale: "de-DE"
});
c…
-
### What version of PnPjs library you are using
3.x
### Minor Version Number
16
### Target environment
SharePoint Framework
### Additional environment details
I'm using:
- Jest…
-
Angular projects are compiled to es5. but `window.customElements.define` takes only native ES2015 Class.
So I'd like to set TypeScript compilation target to `es2015`.
repro: https://stackblitz.co…