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

React split-pane component

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

#### Describe the bug When using with @types/react": "^18.0.15 a typescript warning is produced. This is easily resolved by adding to the Props definition. children: React.ReactNode; // 👈️ added type...

![image](https://user-images.githubusercontent.com/26623369/181689877-daf68015-e10d-4d67-baeb-f142f4dfd236.png) Version details: "react-split-pane": "^0.1.92", "@types/react": "^17.0.44", Not able to start the react application due to the error. could you please some one look into the issue

React 18's types are more strict and the missing `children` prop results in this typescript error being thrown when using the component ``` Type '{ children: Element[]; css: SerializedStyles; split:...

I am trying to add the panes dynamically according to our needs. but its not happening. Is it possible to add the panes dynamically according to our need?

#### 在该组件中使用iframe标签内嵌页面时,经常会遇到拖拽结束时鼠标如果在iframe标签页面上时,继续移动鼠标(此时未点击拖拽组件),拖拽组件的分割线依然跟着变化,没有停止 A clear and concise description of what the bug is. #### To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

#### Is your feature request related to a problem? Please describe. Currently, using CSSs, it's possible to change the cursor when the mouse is over the resizer - https://github.com/tomkp/react-split-pane#:~:text=%2C%200)%3B-,cursor,-%3A%20col%2Dresize However,...

Hi, Getting the following warnings while using Splitpane V2. Please update it. Should i move back to some older versions? Thanks ![Screenshot (69)](https://user-images.githubusercontent.com/42267370/93078760-ad42db80-f6a8-11ea-9455-f7b9963a10c3.png)

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies