Results 2 comments of Om

## Temporary fix ( mount|unmount ) modal ```js { open && } ``` ```js import "./styles.css"; import "react-responsive-modal/styles.css"; import { Modal } from "react-responsive-modal"; import { useState } from "react";...

@ardyanrizki I'm not sure, there were more than 4 instances where I had to use Modal in the application, at some place I noticed there wasn't any glitch, then I...