Evgeniy OZ

Results 131 comments of Evgeniy OZ

An example of how to suppress this check right now (it's not obvious from previous comments): ```json "angularCompilerOptions": { "extendedDiagnostics": { "checks": { "optionalChainNotNullable": "suppress" } } } ```

Reproduced in Chrome also. And gripgrip's code doesn't help :(

`$elem.addClass('current');` "awesome" plugin, lol. Wash your code.

PR to fix: https://github.com/jschr/textillate/pull/57

@tomalaforge without trigger$ you can't call an effect without params - TS complaints.

now try to call store.updateTrackerContext(); and you’ll get TS error. **correction:** it is possible to call it like this, if you add `` as type information to effect definition.

it's a bug, not a feature request, so reproduction is needed, sure. Right now I have a pretty busy day, sorry for the sloppy bug report. I'll add repro tomorrow,...

Forgot to say: non-esbuild version works fine.

While building a reproduction repo, I found the workaround and what caused the problem - `export * from...` And it's actually better to remove it from my code :)

Same with Bootstrap v5.2.2. Please add it to the title if you don't mind.