mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 00:14:23 +02:00
Fix transient props for styled-components v6
This commit is contained in:
@@ -115,8 +115,8 @@ export const RightSidebar = forwardRef(
|
||||
>
|
||||
<ResizeHandle
|
||||
ref={ref}
|
||||
isResizing={isResizingRight}
|
||||
placement="left"
|
||||
$isResizing={isResizingRight}
|
||||
$placement="left"
|
||||
onMouseDown={(e) => {
|
||||
e.preventDefault();
|
||||
startResizing('right');
|
||||
|
||||
Reference in New Issue
Block a user