Skip to content

Commit bbf6110

Browse files
committed
fix react router 6
1 parent f1682cf commit bbf6110

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/react/src/reactrouterv6-compat-utils.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ export function createReactRouterV6CompatibleTracingIntegration(
236236

237237
return {
238238
...integration,
239-
setup() {
239+
setup(client) {
240+
integration.setup(client);
241+
240242
_useEffect = useEffect;
241243
_useLocation = useLocation;
242244
_useNavigationType = useNavigationType;

0 commit comments

Comments
 (0)