mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +00:00
Fix transient props for styled-components v6
This commit is contained in:
parent
bb9bf7ba6a
commit
1a87adb728
24 changed files with 96 additions and 92 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue