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
In React, you don't normally use addEventListener. In general, you should never need to grab something from the document object in React as that comes from an older imperative approach to dom manipulation.
For example here you could just add an onKeyDown attribute to the Key elements.
In React, you don't normally use
addEventListener
. In general, you should never need to grab something from thedocument
object in React as that comes from an older imperative approach to dom manipulation.For example here you could just add an
onKeyDown
attribute to theKey
elements.week-5-p-a-s/src/components/Piano.jsx
Line 19 in 8b85ecb
The text was updated successfully, but these errors were encountered: