Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PanelMenu: Can't resolve DomHandler #3198

Closed
yellow-brick-road opened this issue Oct 31, 2022 · 0 comments
Closed

PanelMenu: Can't resolve DomHandler #3198

yellow-brick-road opened this issue Oct 31, 2022 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@yellow-brick-road
Copy link

Describe the bug

I get this error when trying to launch projects installed with primevue 3.18.0 (I am using a custom Webpack configuration)

ERROR in ./node_modules/primevue/panelmenu/PanelMenuList.vue?vue&type=script&lang=js (./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[11].use[0]!./node_modules/primevue/panelmenu/PanelMenuList.vue?vue&type=script&lang=js) 3:0-45
Module not found: Error: Can't resolve '../utils/DomHandler' in 'C:\Code\playground\npm\node_modules\primevue\panelmenu'
@ ./node_modules/primevue/panelmenu/PanelMenuList.vue?vue&type=script&lang=js 1:0-188 1:0-188 1:189-366 1:189-366
@ ./node_modules/primevue/panelmenu/PanelMenuList.vue 2:0-64 3:0-59 3:0-59 6:49-55
@ ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[11].use[0]!./node_modules/primevue/panelmenu/PanelMenu.vue?vue&type=script&lang=js 3:0-48 214:23-36
@ ./node_modules/primevue/panelmenu/PanelMenu.vue?vue&type=script&lang=js 1:0-184 1:0-184 1:185-358 1:185-358
@ ./node_modules/primevue/panelmenu/PanelMenu.vue 2:0-60 3:0-55 3:0-55 8:49-55

Reproducer

No response

PrimeVue version

3.18.0

Vue version

3.x

Language

ES6

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

  1. npm i -S [email protected]
  2. import PanelMenu from 'primevue/panelmenu/sfc';

Expected behavior

Import DomHandler correctly.

@yellow-brick-road yellow-brick-road added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Oct 31, 2022
@tugcekucukoglu tugcekucukoglu changed the title PanelMenu: Can't resolve '../utils/DomHandler' in 'xxx\node_modules\primevue\panelmenu' PanelMenu: Can't resolve DomHandler Oct 31, 2022
@tugcekucukoglu tugcekucukoglu added this to the 3.18.1 milestone Oct 31, 2022
@tugcekucukoglu tugcekucukoglu self-assigned this Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants