Timothy Liang
Results
1
issues of
Timothy Liang
Unmounting the editor immediately after it's mounted causes an error to be thrown afterwards, making Cypress tests fail. ```tsx import { useEffect, useState } from "react"; import EmailEditor from "react-email-editor";...