FlexLayout
FlexLayout copied to clipboard
Docking Layout Manager for React
### Summary This draft PR introduces **popup support** to `flex-layout`. A popup is a draggable and resizable **div inside the page**, not a browser window. A **"Toggle docking"** button has...
### Describe the bug The ErrorBoundary of the library is not letting my error propagate up to the global ErrorBoundary. This is resulting in customers seeing this plain "Error Rendering...
### Describe the bug (react-dom-client.development.js:11 Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates...
### Describe the bug Is it possible to drag an element into a FlexLayout which is the child of another FlexLayout? Currently, the drag events of the parent block this...