Skip to content

export 'useId' (imported as 'e') was not found in 'vue' #3474

Discussion options

You must be logged in to vote

I locked the version of headless-ui, which solved this issue. You can add this configuration item in the package.json to prevent it from updating to the latest version:

"pnpm": {
  "overrides": {
    "@headlessui/vue": "1.7.20"
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AZCodingAccount
Comment options

Answer selected by AZCodingAccount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants