From cb2a5bc9127233acb3e875c34152c2f32465feed Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 28 Apr 2021 15:00:34 -0700 Subject: [PATCH] Don't add ?state until opening Support pose picker Oops, I made a recent change to automatically add `appearanceId` to the outfit state when you open the Support pose picker, to avoid navigation issues. But I didn't realize this happened _silently_ when you open the page as a Support user, because the Popover preloads! Now, the Popover doesn't preload its content. This is probably better for normal users too, the PosePicker UI is a bit heavier with 6 previews than I really want! --- src/app/WardrobePage/PosePicker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/WardrobePage/PosePicker.js b/src/app/WardrobePage/PosePicker.js index a98dcda..4e0dd9d 100644 --- a/src/app/WardrobePage/PosePicker.js +++ b/src/app/WardrobePage/PosePicker.js @@ -162,6 +162,7 @@ function PosePicker({ onOpen={onLockFocus} onClose={onUnlockFocus} initialFocusRef={initialFocusRef} + isLazy > {({ isOpen }) => (