D. Turco
D. Turco
Seems to me with prettier, if you set the print line higher, the imports wont wrap unless line length is reached. I use 100 imports seems to always get formatted...
Same issues here as well, Any traction on this?
Update: We fixed this by placing the `````` to the test project not instrumenting property. Even though we are still running the actually code at 5.0.0 it resolved the issue
I think solution works.. instead of new extended could also look at decorator maybe for override the Injection on existing read..
I also am trying to get this to work.. seems even the defined signature does not work correctly, RootState is also not injected into the read..
OK after some digging its a bug in Vuex-Typescript, but you can get around the issue by doing this ``` get currentLanguage(): string | undefined { // this._storeFront.getters.currentLanguage points to...
@lucasmaj that is the direction we ended up taking.. we rolled back all our . net code for sub directories and switched to domains
Yes using JSDOM.. Thanks for looking into it.. I would but with my current tight deadlines, dont have the bandwidth...
Any update on this?
you could look at overriding the stub with prototype that injected the workaround above.. just an idea