Spaces:
Sleeping
Sleeping
| export function withPane(props, context) { | |
| const pane = props.pane ?? context.pane; | |
| return pane ? { | |
| ...props, | |
| pane | |
| } : props; | |
| } | |
| export function withPane(props, context) { | |
| const pane = props.pane ?? context.pane; | |
| return pane ? { | |
| ...props, | |
| pane | |
| } : props; | |
| } | |