We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc5c95 commit 59b3a3dCopy full SHA for 59b3a3d
src/features/sidebar/view/internal/secondary/Container.tsx
@@ -47,7 +47,7 @@ interface WrapperStackProps {
47
48
const WrapperStack = styled(Stack, {
49
shouldForwardProp: (prop) => prop !== "isSidebarOpen" && prop !== "sidebarWidth" && prop !== "diffWidth" && prop !== "isDiffOpen"
50
-})<WrapperStackProps>(({ theme, sidebarWidth, isSidebarOpen, diffWidth, isDiffOpen }) => {
+})<WrapperStackProps>(({ theme, sidebarWidth, isSidebarOpen, diffWidth: _diffWidth, isDiffOpen }) => {
51
52
53
return {
0 commit comments