SupershadowTH
Results
1
comments of
SupershadowTH
`js const closeModal = () => { setURlToPlayer(undefined); setPlaying(false); setPlayerKey(`${props.camera?.name}_stop`); props.closeModal(); } ` `` An example of my use of the component in a React application (Vite), when closing a...