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•16mo ago
make sure you're on the latest version.
useLocation
is pretty newnoble-goldOP•16mo ago
Thanks a lot