From 6ce0f59894565d98d40134ee90b0dff970293ad7 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 1 Nov 2021 16:09:09 -0700 Subject: [PATCH] Remove stray `onChangeHasAnimations` prop This isn't used, so it was getting passed down to the underlying DOM element and triggering a console warning! Remove it. --- src/app/components/OutfitPreview.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/OutfitPreview.js b/src/app/components/OutfitPreview.js index 75c1978..47b5d2e 100644 --- a/src/app/components/OutfitPreview.js +++ b/src/app/components/OutfitPreview.js @@ -140,7 +140,6 @@ export function useOutfitPreview({ placeholder={placeholder} loadingDelayMs={loadingDelayMs} spinnerVariant={spinnerVariant} - onChangeHasAnimations={onChangeHasAnimations} onMovieError={onMovieError} onLowFps={onLowFps} doTransitions