Components: Enjoy a more streamlined experience as connected components now automatically omit the built-in context prop when your component already includes a context prop. This change simplifies prop management and enhances compatibility with user-defined contexts.
Improvements
Types: Benefit from improved type definitions as we implement a Mapped type to simplify the final displayed types for components. This enhancement makes it easier to understand and work with component types.