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
A configuration can have both component and components
When multiple named components are used, props should be a Dictionary of the regular props typings. Right now it doesn't complain because Object is among the regular props typings, however it cannot infer the accurate typing of each of the props, it just uses any.