Skip to content

Commit 0694696

Browse files
authored
docs(preact-query/devtools): add missing 'relative' to 'buttonPosition' (TanStack#10611)
1 parent 4ef364a commit 0694696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/framework/preact/devtools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function App() {
7070

7171
- `initialIsOpen: boolean`
7272
- Set this `true` if you want the dev tools to default to being open
73-
- `buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right"`
73+
- `buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "relative"`
7474
- Defaults to `bottom-right`
7575
- The position of the Preact Query logo to open and close the devtools panel
7676
- `position?: "top" | "bottom" | "left" | "right"`

0 commit comments

Comments
 (0)