Angel A. Núñez
Angel A. Núñez
@HollyLiang I have same error with Angular 8
@a-katsarov Hi, I solved this error, in Angular 8. was that the modulePath address was incorrect. I had this: ` --modulePath=./src/app/app.module#AppModule ` and I changed it to: ` --modulePath=./app/app.module#AppModule `
@splincode But that forces me to have multiple implementations of the same logic, that does not solve what I say
@splincode something like that, because otherwise I would have to do something like that in my state: ``` public addBurguer(ctx: StateContext, action: EmitterAction) { // logic..... } @Receiver({ type: '[Dashboard]...
## This might be related to my issue with SSR + nested routes I'm experiencing what could be related to this issue. In my case, I have a nested route...
> We are reporting the same issue [Route with server function as loader that throws notFound crashes route on HMR](https://github.com/TanStack/router/issues/5763#top) Hey @Andresuito, Thanks for pointing out that our issues might...