We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13e6f8 commit 206252bCopy full SHA for 206252b
.changeset/some-berries-begin.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tanstack/devtools': patch
3
4
+
5
+fix console log
packages/devtools/src/tabs/settings-tab.tsx
@@ -208,7 +208,6 @@ export const SettingsTab = () => {
208
.split('+')
209
.flatMap((key) => makeModifierArray(key))
210
.filter(Boolean)
211
- console.log(e, modifiers)
212
return setSettings({
213
openHotkey: [
214
...hotkey().filter((key) =>
0 commit comments