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
Using the state param within the keep() function has the incorrect index when encountering a quote. Looking at the code, state.index = i, but then later i is changed without updating state
Using the
state
param within thekeep()
function has the incorrectindex
when encountering a quote. Looking at the code,state.index = i
, but then lateri
is changed without updatingstate
The text was updated successfully, but these errors were encountered: