You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import this component into any other document, the boolean toggle works fine, but it doesn't affect soundEnabled. I have also tried name useState const as soundEnabled and passing it as { soundEnabled }.
The goal is to mute sounds onClick in the imported component.
When I import this component into any other document, the boolean toggle works fine, but it doesn't affect
soundEnabled
. I have also tried name useState const assoundEnabled
and passing it as{ soundEnabled }
.The goal is to mute sounds onClick in the imported component.
The text was updated successfully, but these errors were encountered: