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
Given that handleKeyDown is initialized every time <Board/> is rendered, returning a lambda that calls removeEventListener might be required in the hook (I think)
The text was updated successfully, but these errors were encountered:
Snake-Game-Reverse-LL-Tutorial/src/Board/Board.jsx
Line 75 in 1c69a9a
Given that
handleKeyDown
is initialized every time<Board/>
is rendered, returning a lambda that callsremoveEventListener
might be required in the hook (I think)The text was updated successfully, but these errors were encountered: