Closed diegosystem32 closed 7 months ago
Hi @diegosystem32, unfortunately there is not enough information in this bug report and the code provided contains elements unrelated to react-sheet-slide
.
Going to close this issue for now, but if you continue to run into this issue, please open another with a minimal reproduction provided on either CodeSandbox or a public GitHub repo. Thanks
@woofers its happened when used nested modals
react-sheet-slide.js?v=28aa102f:5011 Uncaught RangeError: Maximum call stack size exceeded
in react capacitor ionic
`
<Sheet
ref={modalStickerRef}
open={mStickerOpen}
onDismiss={() => setMStickerOpen(false)}
onClose={() => {
console.log('Component unmounted')
}}
selectedDetent={detents.large}
detents={props => [
detents.large(props),
detents.fit(props)
]}
useDarkMode={false}
useModal={false}
scrollingExpands={true}