split-pane-react icon indicating copy to clipboard operation
split-pane-react copied to clipboard

Resizable split panes for React.js.

Results 14 split-pane-react issues
Sort by recently updated
recently updated
newest added

Property 'sashRender' is missing in type '{ children: Element[]; sizes: (string | number)[]; onChange: Dispatch; }' but required in type 'ISplitProps'.ts(2741) I suppose you should accept `undefined` for sashRender. Had...

I'm trying to get this to work in my vite project, I keep on getting this error: ``` node_modules/split-pane-react/src/SplitPane.tsx:122:46 - error TS7053: Element implicitly has an 'any' type because expression...

Nice work on the component, I like the flexibility it offers. I facing one issue though. Because of [this piece of code](https://github.com/yyllff/split-pane-react/blob/main/src/SplitPane.tsx#L64-L65), `SplitPane` is always expecting `` as a direct...

first comment, hope you can make it better