adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
552 stars 45 forks source link

Fixed ShellContent IAutomationItemContainer implementation #217

Closed adospace closed 4 months ago

adospace commented 4 months ago

This PR fixes an issue in the ShellContent: the IAutomationItemContainer Descendant() wasn't implemented causing the automation system to fail when navigating the content inside the RenderContent() callback.

216