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
I encounter vue-tsc in typescript which throws an error
node_modules/@coreui/vue/src/components/dropdown/CDropdownMenu.ts:28:76 - error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
No index signature with a parameter of type 'string' was found on type '{}'.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
I encounter vue-tsc in typescript which throws an error
node_modules/@coreui/vue/src/components/dropdown/CDropdownMenu.ts:28:76 - error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
No index signature with a parameter of type 'string' was found on type '{}'.
28 classNames.push(
dropdown-menu${key === 'xs' ? '' :
-${key}}-${alignment[key]}
)The text was updated successfully, but these errors were encountered: