Skip to content

Commit

Permalink
Fixed usage of config settings by removing default initialState (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdneut authored Mar 14, 2024
1 parent 6fd4296 commit 14b3f02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/context/RDTContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const getSettings = () => {
const settingsString = getStorageItem(REMIX_DEV_TOOLS_SETTINGS);
const settings = tryParseJson<RemixDevToolsState["settings"]>(settingsString);
return {
...initialState.settings,
...settings,
};
};
Expand Down

0 comments on commit 14b3f02

Please sign in to comment.