Skip to content

Commit

Permalink
feat(DiscussionApps): defer until idle (#11297)
Browse files Browse the repository at this point in the history
we want this to load sooner than on Web
  • Loading branch information
mxdvl authored Apr 29, 2024
1 parent 1366fdf commit df5354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/DiscussionLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DiscussionIsland = ({
);
case 'Apps':
return (
<Island priority="feature" defer={{ until: 'visible' }}>
<Island priority="feature" defer={{ until: 'idle' }}>
<DiscussionApps {...props} />
</Island>
);
Expand Down

0 comments on commit df5354f

Please sign in to comment.