diff --git a/src/Uno.Extensions.Navigation.UI/Controls/FrameView.xaml.cs b/src/Uno.Extensions.Navigation.UI/Controls/FrameView.xaml.cs index 6884a6e3f6..8ed10b6cec 100644 --- a/src/Uno.Extensions.Navigation.UI/Controls/FrameView.xaml.cs +++ b/src/Uno.Extensions.Navigation.UI/Controls/FrameView.xaml.cs @@ -12,6 +12,9 @@ public sealed partial class FrameView : UserControl public FrameView() { InitializeComponent(); + + // Prevent inheritance of DataContext from Parent to avoid propagation to Children + DataContext = null; } ///