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
The Tabs component can only accept children of the type of the Tab component. This is documented by a comment, but not enforced by TypeScript. To resolve this issue the correct type should be added so errors can be caught at compile time.