Build the identify payload from a snapshot of the store state. Pure — no side effects, no network access. The returned object is JSON.stringify-ready.
JSON.stringify
Vanilla Zustand store to read from.
The identify payload to send over the wire.
Build the identify payload from a snapshot of the store state. Pure — no side effects, no network access. The returned object is
JSON.stringify-ready.