mobx-remotedev icon indicating copy to clipboard operation
mobx-remotedev copied to clipboard

Not play well with `TSyringe`

Open thanhchungbtc opened this issue 4 years ago • 0 comments

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 {
}

thanhchungbtc avatar Mar 16 '20 06:03 thanhchungbtc