Open thanhchungbtc opened 4 years ago
I use tsyringe for dependency injection but as soon as I add the remotedev, it stops compiling.
tsyringe
@remotedev() @injectable() class MyStore { }
Also try but no luck
@injectable() @remotedev() class MyStore { }
I use
tsyringe
for dependency injection but as soon as I add the remotedev, it stops compiling.Also try but no luck