We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f63b3 commit 6c0d717Copy full SHA for 6c0d717
example/src/utils.ts
@@ -58,8 +58,8 @@ export const openLink = async (
58
'my-custom-header': 'my custom header value',
59
},
60
hasBackButton: true,
61
- browserPackage: null,
62
- showInRecents: false,
+ browserPackage: undefined,
+ showInRecents: true,
63
includeReferrer: true,
64
});
65
// A delay to show an alert when the browser is closed
0 commit comments