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
<!-- What changes are made in this PR? Describe the change and its motivation. -->
4
+
5
+
## ✅ Checklist
6
+
7
+
-[ ] I have followed the steps in the [Contributing guide](https://github.com/TanStack/config/blob/main/CONTRIBUTING.md).
8
+
-[ ] I have tested this code locally with `pnpm test:pr`.
9
+
10
+
## 🚀 Release Impact
11
+
12
+
-[ ] This change affects published code, and I have generated a [changeset](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
13
+
-[ ] This change is docs/CI/dev-only (no release).
Both the TansTack `TanStackDevtools` component and the TanStack `EventClient` come with built in debug mode which will log to the console the emitted event as well as the EventClient status.
165
+
Both the `TanStackDevtools` component and the TanStack `EventClient` come with built in debug mode which will log to the console the emitted event as well as the EventClient status.
164
166
165
167
TanStackDevtool's debugging mode can be activated like so:
Copy file name to clipboardExpand all lines: docs/framework/solid/basic-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ render(() => (
65
65
]}
66
66
/>
67
67
</>
68
-
), document.getElementById('root')!);
68
+
), document.getElementById('root')!)
69
69
```
70
70
71
71
Finally add any additional configuration you desire to the `TanStackDevtools` component, more information can be found under the [TanStack Devtools Configuration](../../../configuration.md) section.
0 commit comments