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

OverlayPanel: RangeError: Maximum call stack size exceeded inside link #5146

Closed
Fir3st opened this issue Jan 25, 2024 · 0 comments
Closed

OverlayPanel: RangeError: Maximum call stack size exceeded inside link #5146

Fir3st opened this issue Jan 25, 2024 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Fir3st
Copy link

Fir3st commented Jan 25, 2024

Describe the bug

When the OverlayPanel is placed inside link (doesn't matter if Inertia's Link, Vue's Link, or a simple a element), it will fail with the error "RangeError: Maximum call stack size exceeded" in Object.getParents. I thought it would be resolved by changes for #5030, but even in 3.47.1 it still happens.

Reproducer

https://codesandbox.io/p/devbox/adoring-galileo-h6j2sh

PrimeVue version

3.47.1

Vue version

3.x

Language

ALL

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

  1. Hover over "working" button which is not wrapped in a element - it works
  2. Hover over "not working" button which is wrapped in a element - it throws the error

Expected behavior

No response

@Fir3st Fir3st added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jan 25, 2024
@mertsincan mertsincan self-assigned this Jan 25, 2024
@mertsincan mertsincan added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jan 25, 2024
@mertsincan mertsincan added this to the 3.47.2 milestone Jan 25, 2024
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