We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to the "useUser" that VTEX has
import { state as storeState } from "./context.ts"; const { user, loading } = storeState; const state = { user, loading }; export const useUser = () => state;
The text was updated successfully, but these errors were encountered:
References:
https://developers.vnda.com.br/reference/get-api-v2-clients-id https://developers.vnda.com.br/reference/get-api-v2-auth-email-token https://developers.vnda.com.br/reference/post-api-v2-auth-client
I can develop this feature if I have access to a VNDA-integrated ecommerce site where I can test it. @guitavano Could you help me with access?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Similar to the "useUser" that VTEX has
The text was updated successfully, but these errors were encountered: