The requested module 'kinu' does not provide an export named 'DialogTrigger'
Open
- Dominant language
- TypeScript
- Stars
- 105
- Forks
- 2
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
I'm just trying to use Kinu in my project.
I install it with `npm`, trying to run the [dialog example](https://kinu.sh/docs/dialog) but I get the following error:
```
[vite] The requested module 'kinu' does not provide an export named 'DialogTrigger'
```
It's kinda weird since this component has been exported. https://github.com/developit/kinu/blob/1dd844f35398ced94abe0c057d881a360ca76bdd/src/components/dialog/index.tsx#L25
Is this a `pnpm` thing?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.