import React, { useEffect, useRef } from 'react'; const ZapThreadsWrapper = ({ anchor, relays, disable }) => { // Create a ref to store the reference to the
element const zapRef = useRef(null); useEffect(() => { // Create a new