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 get following errormessage in vscode when i use the -component:
Das Argument vom Typ "{ data: JSONDataType; showLine: false; "show-line": boolean; showIcon: true; "show-icon": boolean; deep: number; }" kann dem Parameter vom Typ "App<any> & Partial<{ data: JSONDataType; showLength: boolean; showDoubleQuotes: boolean; showSelectController: boolean; showLine: boolean; showLineNumber: boolean; selectOnClickNode: boolean; ... 13 more ...; collapsedOnClickBrackets: boolean; }> & Omit<...> & Record<...>" nicht zugewiesen werden.
Im Typ "{ data: JSONDataType; showLine: false; "show-line": boolean; showIcon: true; "show-icon": boolean; deep: number; }" fehlen die folgenden Eigenschaften von Typ "App<any>": "version, config, use, mixin" und 11 weitere.ts(2345)
It seems it thinks the component has also the App<any> Type and requires a few more parameters.
I get following errormessage in vscode when i use the -component:
It seems it thinks the component has also the
![image](https://user-images.githubusercontent.com/101551863/233659918-ed361c79-4600-4ac5-9f43-ea2b02667e38.png)
App<any>
Type and requires a few more parameters.code from my Component:
strangly on the ES-Lint run this doesn`t show up 🤔
Versions:
The text was updated successfully, but these errors were encountered: