Open amaury14 opened 1 year ago
Thanks for reporting @amaury14! I appreciate the thorough explanation. Any chance you could throw together a stackbltiz that repro's the issue? No worries if you don't have time, but it would help us find a fix more quickly.
Summary
Reproduction
Steps to reproduce:
The error is thrown by this function in the
else
statement. We have in place the hcScrollLink links to be use inside the scroll nav.I found out that if I set the [hasDynamicContent]="false" the issue is solved:
With this last config and using
this.scrollNavContent.setActiveSection(sectionInViewId);
the active section in never updated. The component doesn't update.