Skip to content

Commit bf21a87

Browse files
committed
fix: deeplinking issues
1 parent 4a59674 commit bf21a87

File tree

1 file changed

+1
-0
lines changed
  • packages/react-doctor/src

1 file changed

+1
-0
lines changed

packages/react-doctor/src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ const buildDeeplinkParams = (directory: string): URLSearchParams => {
275275
params.set("prompt", DEEPLINK_FIX_PROMPT);
276276
params.set("mode", "agent");
277277
params.set("autoSubmit", "true");
278+
params.set("source", "react-doctor");
278279
return params;
279280
};
280281

0 commit comments

Comments
 (0)