Commit 3179bf9
Point the Solana JSDoc at the packages that actually exist (#319)
The @example blocks on SolanaOptions.store and SolanaManager.setStore told
users to `import { createClient } from '@solana-foundation/framework-kit'`.
That package does not exist; npm returns a 404. framework-kit ships as
`@solana/client` and `@solana/react-hooks`, which is what examples/with-solana
depends on and what the docs instruct.
SolanaOptions is the type users hover in their editor when wiring the Solana
integration, so this is the first import they copy.
The two prose mentions keep calling it framework-kit, which is correct as the
project name; they just drop the bogus package scope. The examples also import
`autoDiscover`, since both examples call it.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 42f1b49 commit 3179bf9
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments