Interval declared in useEffect not being cleared
An Interval is declared in a useEffect. This interval goes ahead and conditionally sets the src property on an iframe, referenced by useRef. The goal is to reload the iframe, if it hasn’t been loaded yet.
Interval declared in useEffect not being cleared
An Interval is declared in a useEffect. This interval goes ahead and conditionally sets the src property on an iframe, referenced by useRef. The goal is to reload the iframe, if it hasn’t been loaded yet.