Skip to content

Commit

Permalink
fix: 修复控制台key重复报错问题 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: syb01094648 <[email protected]>
  • Loading branch information
websybin and syb01094648 authored Jan 8, 2024
1 parent faf28c8 commit f83f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recoil/atomState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const customTilesState = atom<
layers: string[];
}[]
>({
key: 'showTextLayer',
key: 'customTiles',
default: [],
effects: [localStorageEffect(LocalStorageKey.customTiles)],
});
Expand Down

0 comments on commit f83f565

Please sign in to comment.