woofers / react-sheet-slide

🏞️ 🎢 🛝 A responsive React draggable sheet and dialog component
https://jaxs.onl/react-sheet-slide/
39 stars 5 forks source link

Uncaught RangeError: Maximum call stack size exceeded in react capacitor ionic #8

Closed diegosystem32 closed 7 months ago

diegosystem32 commented 7 months ago

react-sheet-slide.js?v=28aa102f:5011 Uncaught RangeError: Maximum call stack size exceeded

in react capacitor ionic image

` <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}

Title
{mStickerOpen ? : <>}

`

woofers commented 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

dmitryshelomanov commented 6 months ago

@woofers its happened when used nested modals