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
Describe the bug
When binding classes with the array syntax like so:
:class="[textClasses, marginClasses]"
The plugin throws an error:
Type '{ class: string[]; }' is not assignable to type 'IntrinsicAttributes'.
Property 'class' does not exist on type 'IntrinsicAttributes'.VueDX/TS(2322)
To Reproduce
Steps to reproduce the behavior:
Add class binding with array syntax
See error
Expected behavior
The plugin to not throw an error.
Info (please complete the following information):
OS MacOS 10.15.7
IDE VSCode
TypeScript Version 3.9.3
Vue Version: 3.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When binding classes with the array syntax like so:
The plugin throws an error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The plugin to not throw an error.
Info (please complete the following information):
The text was updated successfully, but these errors were encountered: