in all child components you need to add [CascadingParameter]. did you?
@code { [CascadingParameter] public ShoppingCartModel? CartModel { get; set; } = default!; }
in child component it should not be new() and be default!