Commit 40dfcb7
authored
fix: Combobox exported type error (#2351)
- Was receiving an error on running `npm start`: [ERROR] Failed to
resolve entry for package "@react-types/combobox". The package may have
incorrect main/module/exports specified in its package.json. [plugin
vite:dep-scan]
- Seemed to be an issue with how we exported the type. An issue has been
filed with esbuild: evanw/esbuild#4054
- Just change the export so that we avoid this issue. Tested by running
`npm start` again1 parent ae544fa commit 40dfcb7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments