Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermcginnis committed Sep 19, 2023
1 parent 7b32ae0 commit 33af52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -516,7 +516,7 @@ const useHistoryStateReducer = (state, action) => {
};
} else if (action.type === "CLEAR") {
return {
...initialState,
...initialUseHistoryStateState,
present: action.initialPresent,
};
} else {
Expand Down

0 comments on commit 33af52b

Please sign in to comment.