In the below code snippet, if i remove .filter(beer => beer.isFavourite) the computed property works with no error, essentially becoming the same value as al
.filter(beer => beer.isFavourite)