react-modal-sheet
                                
                                 react-modal-sheet copied to clipboard
                                
                                    react-modal-sheet copied to clipboard
                            
                            
                            
                        Property 'document' does not exist on first use only
I install library and dependency too and then written code and when I tried to open the bottom sheet it says
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>