[Angular] Going back to a component already loaded throws an error
See original GitHub issueDescribe the bug
- Display Component A
- Display Component B
- Display Component A
https://www.loom.com/share/ddb9919ac5604eceac92c3b3a184b370
System
Environment Info:
System:
OS: macOS 11.0.1
CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
Binaries:
Node: 14.15.1 - /usr/local/bin/node
Yarn: 1.16.0 - /usr/local/bin/yarn
npm: 6.14.13 - /usr/local/bin/npm
Browsers:
Chrome: 90.0.4430.85
Safari: 14.0.1
npmPackages:
@storybook/addon-essentials: ^6.2.9 => 6.2.9
@storybook/angular: ^6.2.9 => 6.2.9
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
angular - Click back and click again throws error?
On first render of the component everything works fine, but when I press browser back button and click the link that brings to...
Read more >Angular Debugging "Expression has changed": Explanation ...
Learn a complete explanation about ExpressionChangedAfterItHasBeenCheckedError: why it occurs, how to troubleshoot it and how to fix it.
Read more >NG0100: Expression has changed after it was checked - Angular
Angular throws an ExpressionChangedAfterItHasBeenCheckedError when an expression value has been changed after change detection has completed. Angular only ...
Read more >Lazy loaded module in named outlet throws error · Issue #12842
have anyone find a temporary workaround for this issue? (goal is to load component in named outlets lazily).
Read more >Global Error Handling in Angular - Philipp Kief
Since JavaScript is single-threaded in the browser, it can happen that a part of the interface freezes and an action is not performed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I could reproduce it here: https://github.com/storybookjs/storybook/issues/14026#issuecomment-827824481
closing as duplicate to #14026