T
TanStack16mo ago
noble-gold

import { useLocation } from '@tanstack/react-router'

i get Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/@tanstack_react-router.js?v=4d2868af' does not provide an export named 'useLocation while it's defined in the documentation
2 Replies
harsh-harlequin
harsh-harlequin16mo ago
make sure you're on the latest version. useLocation is pretty new
noble-gold
noble-goldOP16mo ago
Thanks a lot

Did you find this page helpful?