Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quoting feature results in a non stable application on certain pages #1264

Closed
Eisie96 opened this issue Aug 31, 2022 · 0 comments · Fixed by #1265
Closed

Quoting feature results in a non stable application on certain pages #1264

Eisie96 opened this issue Aug 31, 2022 · 0 comments · Fixed by #1265
Labels
bug Something isn't working

Comments

@Eisie96
Copy link
Contributor

Eisie96 commented Aug 31, 2022

Actual Behavior

If the 'quoting' feature is enabled, then all pages, where quoting components are rendered (/account, /account/quotes), are not stable.

Expected Behavior

All pages should be stable at an appropiate time.

Steps to Reproduce the Bug

Steps to reproduce the behavior:

  1. Enable 'quoting' feature
  2. Go to seo.effect.ts and add the "log('stable')" operator as first element to 'appRef.isStable' pipe.
  3. Refresh on the account page (/account) with a logged in user and look in the console. (only false should be emitted)
  4. Repeat 1-3 with 'quoting' feature disabled and the application should be stable at an appropiate time. (true should be emitted)

Environment Details

  • Desktop: *

    • OS: [e.g. iOS]
    • Browser [e.g. chrome, safari], Version [e.g. 22]
    • Project Code Version
  • Smartphone: *

    • Device: [e.g. iPhone6]
    • OS: [e.g. iOS8.1]
    • Browser [e.g. stock browser, safari], Version [e.g. 22]
    • Project Code Version

Additional Context, like Screenshots, Log File Snippets etc.

AB#79271

@Eisie96 Eisie96 added the bug Something isn't working label Aug 31, 2022
@Eisie96 Eisie96 changed the title Quoting feature results in a non stable application Quoting feature results in a non stable application on certain pages Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant