Lazy Loading of SPFx Web Parts on a Page Messes up Dynamic Data Connected Web Parts #6115
Closed
1 task done
Labels
Needs: Triage 🔍
Awaiting categorization and initial review.
Category
Describe the bug
It seems like currently web parts are added to the page at the moment when they're become visible (user scrolls to web part's position).
It is good from performance perspective but it messes up Dynamic Data web part connections.
Related issue in PnP Web Parts samples repo: #1375
Steps to reproduce
Expected behavior
All anchors are listed in the navigation
Environment details (development & target environment)
Additional context
The connection between navigation web part and anchor web part is done using Dynamic Data capability of SPFx.
Anchor web part is registered as a data source using
this.context.dynamicDataSourceManager.initializeSource(this);
.Navigation web part consumes dynamic data using API approach:
The text was updated successfully, but these errors were encountered: