r3dDoX

Results 4 comments of r3dDoX

Just ran in the same issue. Since we have quite a big project these workarounds are not a good option for us. Is anyone working on this?

For people running into this and searching a workaround in a WebComponents project, the correct generic type is: `decorators: [withActions]`

Alright, thanks for the response! I quickly checked out the code and saw, that `getResolvedImportPath` is currently using `path.resolve` which is not able to resolve node_module imports. Other than that,...

Sorry, I didn't see this right away. That's great news, will try that in our project asap, thanks!