Andrico

Results 1 comments of Andrico

Annoyingly the way I had to solve this (in a React project) is by the following: ```jsx export function FeedbackDialog() { const formEl = useRef(null); const handleSubmit = () =>...