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)
Snake-Game-Reverse-LL-Tutorial/src/Board/Board.jsx
Line 75 in 1c69a9a
Given that
handleKeyDownis initialized every time<Board/>is rendered, returning a lambda that callsremoveEventListenermight be required in the hook (I think)