d2r-app

Results 2 comments of d2r-app

Thanks for the tip @alexaaaant. The following seems to work for loading my component within an iframe: ```js const [windowWidth, setWindowWidth] = useState(window.innerWidth); const [windowHeight, setWindowHeight] = useState(window.innerHeight); const onResize...

For others that end up here, see https://github.com/RobPethick/react-custom-scrollbars-2/issues/34#issuecomment-1491858274 for possible workaround