S
SolidJS20h ago
andi

The requested module 'solid-js/web' does not provide an export named 'use'

I have a monorepo setup with a solid-start main app, and some packages One of the local packages has a dependency on https://github.com/andi23rosca/tiptap-solid Trying to use the tiptap-solid package results in this error: The requested module 'solid-js/web' does not provide an export named 'use' And looking at the dist files of tipta-solid, the first line is importing that: import { use, insert, effect, className, spread, createComponent, Dynamic, mergeProps, template } from 'solid-js/web'; The weird thing is that there's an ssr test in tiptap-solid that mounts the component I'm trying to use and that works fine, so I'm not sure what could cause this issue in my solid-start app Any help is appreciated 🙏
GitHub
GitHub - andi23rosca/tiptap-solid
Contribute to andi23rosca/tiptap-solid development by creating an account on GitHub.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?