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

[next] fix(NcBreadcrumbs): do not forward refs to hidden crumbs #5066

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

raimund-schluessler
Copy link
Contributor

☑️ Resolves

In vue 3, the props also contains the refs. If we forward them to the hidden crumbs, ref will be null once the hidden crumbs are destroyed (after the action menu is closed). This will lead to the refs of the original crumbs being null too, causing the resize to fail.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler added bug Something isn't working 3. to review Waiting for reviews feature: breadcrumbs Related to the breadcrumbs components vue 3 Related to the vue 3 migration labels Jan 13, 2024
@raimund-schluessler raimund-schluessler changed the title fix(NcBreadcrumbs): do not forward refs to hidden crumbs [next] fix(NcBreadcrumbs): do not forward refs to hidden crumbs Jan 13, 2024
@susnux susnux merged commit c1ac206 into next Jan 14, 2024
14 checks passed
@susnux susnux deleted the fix/5063/breadcrumbs branch January 14, 2024 12:24
@susnux susnux mentioned this pull request Jan 23, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working feature: breadcrumbs Related to the breadcrumbs components vue 3 Related to the vue 3 migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[next] Resizing NcBreadcrumbs yields error after hidden crumb menu was openend and closed
3 participants