-
Robert Knight authored
This fixes an issue where an uncaught error thrown inside an `act` callback would stop any `useEffect` effects from running for the rest of the test session, which was pretty confusing to debug. See https://github.com/preactjs/preact/releases/tag/10.4.0
46063eb9