mobx-remotedev
mobx-remotedev copied to clipboard
Not play well with `TSyringe`
I use tsyringe
for dependency injection but as soon as I add the remotedev, it stops compiling.
@remotedev()
@injectable()
class MyStore {
}
Also try but no luck
@injectable()
@remotedev()
class MyStore {
}