I have an issue when I render the Allotment component in an external browser window. The layout responds to resizing of the main window and not the external window, because the code runs in the main window. I need access to onResize so I can attach a ResizeObserver to the external window and resize Allotment when that external window changes size.