Ao executar o projeto CasaDoCodigo.MVC logo após a aula onde dividimos o Index.cshtml do catálogo em componentes o mesmo me retorna o erro abaixo:
An unhandled exception occurred while processing the request. InvalidOperationException: The model item passed into the ViewDataDictionary is of type 'CasaDoCodigo.MVC.Areas.Catalogo.Models.ViewModels.CarroselPrincipalViewModel', but this ViewDataDictionary instance requires a model item of type 'CasaDoCodigo.MVC.Models.Categoria'. Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary.EnsureCompatible(object value)
Esse é o git do projeto: https://github.com/marcelomijunior/CasaDoCodigo