From 7863c02bc000889a4105754cab8629ffe439b8b8 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:52:45 +0530 Subject: [PATCH] docs: replace broken framer.com/motion/migrate-from-react-transition-group link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The framer.com/motion project was renamed/rebranded to motion.dev in 2024. The old `/migrate-from-react-transition-group/` subpath was retired. Replaced with `https://motion.dev/docs` (200) — the new Motion documentation root that covers the migration patterns from React Transition Group. --- docs/router/how-to/integrate-framer-motion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/router/how-to/integrate-framer-motion.md b/docs/router/how-to/integrate-framer-motion.md index 83088273f6..c8d45ca7ab 100644 --- a/docs/router/how-to/integrate-framer-motion.md +++ b/docs/router/how-to/integrate-framer-motion.md @@ -773,5 +773,5 @@ Before deploying your animated TanStack Router app: ## Related Resources - [Framer Motion Documentation](https://www.framer.com/motion/) - Complete animation library guide -- [React Transition Group Migration](https://www.framer.com/motion/migrate-from-react-transition-group/) - Migration guide from other animation libraries +- [Motion (Framer Motion successor) Documentation](https://motion.dev/docs) - Migration guide for other animation libraries - [Animation Performance](https://web.dev/animations-guide/) - Web performance guide for animations