Skip to content
New issue

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

Fix: @chris fixed polyfills issue so no longer need react instruction #15

Merged
merged 1 commit into from
Jun 21, 2022
Merged
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
4 changes: 2 additions & 2 deletions docs/SDK/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import LitJsSdk from 'lit-js-sdk/build/index.node.js'
**Note**: You should use at least Node v16 because of the need for the webcrypto library.
You can use Node v14 (and possibly lower) if you import a global webcrypto polyfill like @peculiar/webcrypto and define the global `crypto` object in your code.

### For React
<!-- ### For React

First, add `lit-js-sdk` to your react app

Expand Down Expand Up @@ -111,7 +111,7 @@ Finally, you will need to change your `react-scripts` to `react-app-rewired` in
},
```

The missing modules are now included, your app should be working with `import LitJsSdk from 'lit-js-sdk';`
The missing modules are now included, your app should be working with `import LitJsSdk from 'lit-js-sdk';` -->

## Connection to the Lit Network

Expand Down