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

Opening / closing a node in Vertical Nav component has warnings with Ang 14 #323

Closed
2 of 7 tasks
rbirkgit opened this issue Sep 21, 2022 · 2 comments · Fixed by #383
Closed
2 of 7 tasks

Opening / closing a node in Vertical Nav component has warnings with Ang 14 #323

rbirkgit opened this issue Sep 21, 2022 · 2 comments · Fixed by #383
Assignees
Labels

Comments

@rbirkgit
Copy link

Describe the bug

When opening or closing a node in the Vertical Nav component you see a warning in browser console.

How to reproduce

Have a node with children. Open/close the node and warning shows up. This only happens with Angular 14. With Angular 13, I see no warnings.

animation_transition_factory.ts:147 Warning: The animation trigger "clrExpand" is attempting to animate the following not animatable properties: overflowY
(to check the list of all animatable properties visit https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties)

Expected behavior

No warnings

Versions

Clarity version:

  • v12.x
  • v13.x
  • Other:

Framework:

  • Angular
  • React
  • Vue
  • Other:

Framework version:
Angular 14.2

@kevinbuhmann kevinbuhmann self-assigned this Nov 10, 2022
kevinbuhmann added a commit that referenced this issue Nov 10, 2022
This prevents an Angular 14 developer warning.

closes #323
kevinbuhmann added a commit that referenced this issue Nov 14, 2022
This prevents an Angular 14 developer warning.

closes #323
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 13.10.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

Hi there 👋, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants