Replies: 1 comment
-
Is it enough just to replace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not a bug but a deprecation of a type from React.
In the Navigation Menu component, we have :
But the type
ElementRef
is deprecated and it should be replaced withComponentRef
Beta Was this translation helpful? Give feedback.
All reactions