Application Customizer unmounts after second lazy-load in new Lists UI #10034
Labels
Needs: Triage 🔍
Awaiting categorization and initial review.
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
When you scroll down in a Sharepoint list, in the new UI (Lists experience), and it lazy-loads new items twice, the Application Customizer component disappears.
Only thing of note, when using the template Application Customizer component: I can see the
onDispose
is called for the Application Customizer component:[HelloWorldApplicationCustomizer._onDispose] Disposed custom top and bottom placeholders.
Is anyone else seeing issues with Application Customizers disappearing when you scroll down far enough in a new UI style List?
We use this in combination with Command Customizers, so only seeing the new behaviour since the past few days.
Steps to reproduce
To be precise, the unmount / onDispose is called immediately after loading and rendering new listitems.
Expected behavior
The application customizer does not unload/umount when scrolling, or at least remounts after rendering the newly lazy-loaded items.
The text was updated successfully, but these errors were encountered: