You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<RouterLink class={sidebar_item} active-class="active" to={/link}> link
What is expected?
The class attribute can be used normally without prompting me that the attribute "class" does not exist on the type "intrinsicAttributes&Vnode& RouterLinkProps".
What is actually happening?
The RouterLinkProps attribute definition does not include the class option
The text was updated successfully, but these errors were encountered:
Version
4.0.0-beta.6
Reproduction link
https://codesandbox.io/s/mystifying-cloud-ke4tx?file=/src/index.tsx
Steps to reproduce
<RouterLink class={
sidebar_item
} active-class="active" to={/link
}> linkWhat is expected?
The class attribute can be used normally without prompting me that the attribute "class" does not exist on the type "intrinsicAttributes&Vnode& RouterLinkProps".
What is actually happening?
The RouterLinkProps attribute definition does not include the class option
The text was updated successfully, but these errors were encountered: