Replies: 1 comment
-
Did you solve this problem? I encounter same issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to use HeadlessUI as part of an internal react component package. The TS configuration is set to generate
d.ts
files and source maps. But when those settings are active, I am getting a typescript error specifying my exported variable is using a name from @headlessui/react that cannot be named:The component is declared by using Listbox props like this :
Does someone have had the same issue, or have any idea on how I could fix it ?
Thanks for your help,
Beta Was this translation helpful? Give feedback.
All reactions