Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/use-visitor-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export type UseVisitorDataReturn = VisitorQueryResult & {
* error,
* // A method to be called manually when the `immediate` field in the config is set to `false`:
* getData,
* } = useVisitorData({ extended: true, immediate: false });
* } = useVisitorData({ immediate: false });
* ```
* 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.
*
Expand Down
Loading