Skip to content

fix: update resizable component for react-resizable-panels v4#138

Merged
kordianbruck merged 2 commits intomasterfrom
copilot/fix-failing-test-cases
Apr 11, 2026
Merged

fix: update resizable component for react-resizable-panels v4#138
kordianbruck merged 2 commits intomasterfrom
copilot/fix-failing-test-cases

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 11, 2026

react-resizable-panels v4 renamed its top-level exports, breaking TypeScript compilation.

Changes

  • src/components/ui/resizable.tsx — replace removed export names with their v4 equivalents:
    • PanelGroupGroup
    • PanelResizeHandleSeparator
// Before (v3)
React.ComponentProps<typeof ResizablePrimitive.PanelGroup>
<ResizablePrimitive.PanelResizeHandle ... />

// After (v4)
React.ComponentProps<typeof ResizablePrimitive.Group>
<ResizablePrimitive.Separator ... />

Copilot AI and others added 2 commits April 11, 2026 12:18
@kordianbruck kordianbruck marked this pull request as ready for review April 11, 2026 12:22
@kordianbruck kordianbruck merged commit 6762d7e into master Apr 11, 2026
5 checks passed
@kordianbruck kordianbruck deleted the copilot/fix-failing-test-cases branch April 11, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants