-
I find out that @remojansen was working for little helper for connecting redux state without context https://github.com/redux-bootstrap/libertad. But as I see development of lib was stoped. We can jus…
-
```
Compiled with problems:
ERROR in ../vega-renderer/src/painter/PainterHandler.js 8:0-50
Module not found: Error: Can't resolve '@kanaries/rath-utils' in '/home/Rath/packages/vega-renderer/sr…
-
## 🐛 Bug Report
in entry file
import 'reflect-metadata' issue
error:
TypeError
at DecorateConstructor (Reflect.js:544)
at Reflect.decorate (Reflect.js:130)
at __decorate …
-
### Describe the bug
I'm a bit at a loss at what's going on - in a project I have using vite 4.4.0 or 4.4.1 breaks decorators in TypeScript, but going back to 4.3.9 fixes the issue.
All I'm gettin…
-
I created a react app with --typescript
install tsyringe and reflect-metadata and got this error
```
Uncaught TypeInfo not known for function Bar(foo)
```
```
import {container, injectable} from…
-
TypeScript currently solves a lot of issues with working with JavaScript today. From type checking itself, transpiling, to AST and language services for compilers, linters, and editors. The gradual an…
marcj updated
10 months ago
-
The readme states:
>⚠️ Important! InversifyJS requires TypeScript >= 4.4 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib` compilation options in your tsconfig.json file.
…
-
### Description
There is an increasing interest in using VPS with Solid, including building Solid frameworks.
I'm creating this ticket to centralize dicussions around Solid.
CC @XiNiHa @vchirik…
-
I've noticed that controllers are automatically registered to global scope when they are imported. A cleaner way would be to allow each package to export its controllers and then load them into the re…
-
When using concrete constructor injection without @inject I get the error `uncaught (in promise) Error: Missing required @inject or @multiInject annotation in: argument 0 in class SrvProfile.`
**…