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
Argument of type 'typeof Tabs' is not assignable to parameter of type 'WebTarget'.
Type 'typeof Tabs' is not assignable to type 'ComponentClass<any, any>'.
Types of property 'getDerivedStateFromProps' are incompatible.
Type '({ selectedTabId }: TabsProps) => { selectedTabId: TabId; } | null' is not assignable to type 'GetDerivedStateFromProps<any, any>'.
Types of parameters '__0' and 'nextProps' are incompatible.
Property 'id' is missing in type 'Readonly<any>' but required in type 'TabsProps'.typescript(2345)
Expected behavior
No TS errors
Possible solution
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Environment
Code Sandbox
https://codesandbox.io/p/sandbox/7kdpkw
Steps to reproduce
Actual behavior
Expected behavior
No TS errors
Possible solution
The text was updated successfully, but these errors were encountered: