react-modal-sheet icon indicating copy to clipboard operation
react-modal-sheet copied to clipboard

Property 'document' does not exist on first use only

Open ShivaniNTT opened this issue 1 year ago • 0 comments

I install library and dependency too and then written code and when I tried to open the bottom sheet it says image

My code - <Sheet isOpen={isModalVisible} onClose={() => setModalVisible(false)}> <Sheet.Container> <Sheet.Header /> <Sheet.Content> <LoginForm isModalVisible={isModalVisible} setModalVisible={setModalVisible} /> </Sheet.Content> </Sheet.Container> <Sheet.Backdrop /> </Sheet>

ShivaniNTT avatar Oct 09 '24 12:10 ShivaniNTT