Nested Roles not working

Product: PowerShell Universal
Version: 4.2.21

I created the following custom role called “ServiceDelivery” which has the nested role of “reader”

image

I then created another new role called “customRole” which has the nested role of ServiceDelivery

image

I would assume at this point the customRole also has reader role. But when running $Roles in a dashboard it does not.