angular-sanctuary/angular-hub

[Feature Request]: use withEventReplay

geromegrignon opened this issue · 2 comments

Relevant Scope

angular application

Description

Once the project updated to v18 (#273), add withEventReplay

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Do you want to contribute with a pull request?

No

Currently failing with the following error:

ERROR RuntimeError: NG04002: Cannot match any routes. URL Segment: 'favicon.ico'
    at Recognizer.noMatchError (/Users/gerome/Documents/GitHub/angular-hub/node_modules/@angular/router/fesm2022/router.mjs:3838:16)
    at eval (/Users/gerome/Documents/GitHub/angular-hub/node_modules/@angular/router/fesm2022/router.mjs:3868:28)
    at /Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/operators/catchError.js:13:51
    at OperatorSubscriber._this._error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js:43:21)
    at Subscriber.error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:60:18)
    at Subscriber._error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:84:30)
    at Subscriber.error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:60:18)
    at Subscriber._error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:84:30)
    at Subscriber.error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:60:18)
    at Subscriber._error (/Users/gerome/Documents/GitHub/angular-hub/node_modules/rxjs/dist/cjs/internal/Subscriber.js:84:30) {
  code: 4002

The fix should be released this wednesday: angular/angular#56122 (comment)