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
Using laravel 11 with vite, did the following steps
yarn add @1password/sdk and then added import { createClient } from "@1password/sdk";
When loading the page, without additional code that might use the createClient, i get Uncaught TypeError: TextDecoder is not a constructor
No response
@1password/[email protected]
Node Version 20
The text was updated successfully, but these errors were encountered:
I ran into this as well. Doesn't look like browser clients are supported yet, just Node environments
Sorry, something went wrong.
No branches or pull requests
Scenario & Reproduction Steps
Using laravel 11 with vite, did the following steps
yarn add @1password/sdk and then added import { createClient } from "@1password/sdk";
Actual Behavior
When loading the page, without additional code that might use the createClient, i get Uncaught TypeError: TextDecoder is not a constructor
Expected Behavior
No response
SDK version
@1password/[email protected]
Additional information
Node Version 20
The text was updated successfully, but these errors were encountered: