We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1e9f3 commit 0025914Copy full SHA for 0025914
README.md
@@ -47,17 +47,16 @@ $ npm install @seamapi/react
47
### Peer dependencies
48
49
If your project uses a recent version of npm, peer dependencies will be handled automatically.
50
-
51
If you package manager does not automatically install peer dependencies, install these packages:
52
53
```
54
-@seamapi/http @seamapi/types
+@seamapi/http react react-dom
55
56
57
If using TypeScript, install these packages as development dependencies:
58
59
60
-@seamapi/types @types/react-dom
+@seamapi/types @types/react @types/react-dom
61
62
63
## Usage
0 commit comments