Commit a0d623a
fix(public-docsite-v9-headless): fix root import in tailwind sandbox template
The sandbox App template was importing Provider from the package root which
caused Vite to fail with "Missing '.' specifier" since the package only
exposes sub-path exports. Fixed to use the correct sub-path import.
Reproduction: https://stackblitz.com/edit/eu9cefke?file=src%2Fexample.tsx
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 33dfa30 commit a0d623a
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
27 | 40 | | |
28 | 41 | | |
29 | 42 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments