Skip to content

Commit 0aa2155

Browse files
Merge pull request #187 from fingerprintjs/feature/INTER-1708-agent-v4
docs: remove unused extended field from useVisitorData example
2 parents d964744 + 142bf18 commit 0aa2155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/use-visitor-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type UseVisitorDataReturn = VisitorQueryResult & {
3131
* error,
3232
* // A method to be called manually when the `immediate` field in the config is set to `false`:
3333
* getData,
34-
* } = useVisitorData({ extended: true, immediate: false });
34+
* } = useVisitorData({ immediate: false });
3535
* ```
3636
* Use the `useVisitorData` hook in your components to perform identification requests with the Fingerprint API. The returned object contains information about loading status, errors, and visitor.
3737
*

0 commit comments

Comments
 (0)