From c8b41142f1c6aaac3e58df69087ef47422a433d2 Mon Sep 17 00:00:00 2001 From: Byeongwan Kim Date: Thu, 5 Feb 2026 11:41:48 +0900 Subject: [PATCH] docs: clarify devtools should be installed as dev dependency Updated the devtools installation instructions to specify that the adapter should be installed as a dev dependency, since devtools are only used during development. Fixes #2016 --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index c65bb92e2..d132be87e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -44,13 +44,13 @@ react: @tanstack/react-form-remix ## Devtools -Developer tools are available using [TanStack Devtools](https://tanstack.com/devtools/latest). Install the devtools adapter for your framework to debug forms and inspect their state. +Developer tools are available using [TanStack Devtools](https://tanstack.com/devtools/latest). Install the devtools adapter for your framework as a dev dependency to debug forms and inspect their state. # Solid ## Devtools -Developer tools are available using [TanStack Devtools](https://tanstack.com/devtools/latest). Install the devtools adapter for your framework to debug forms and inspect their state. +Developer tools are available using [TanStack Devtools](https://tanstack.com/devtools/latest). Install the devtools adapter for your framework as a dev dependency to debug forms and inspect their state.