RadzenLayout doesn't get rendered after adding CascadingAuthenticateState in App.razor

I've created the Blazor WASM app with the AspNet Core Hosted model.
I want to integrate Auth0 Authentication into this app, and I followed the tutorial described over here

Now after making the required changes in App.razor file the RadzenLayout component doesn't get rendered.

Even the AccessControl component doesn't get rendered in Mainlayout.razor
The sample code of the application can be found in this git repo

Please help
Thanks

Not sure how this is related to RadzenLayout, looks like the whole MainLayout is not rendered at all.

Yes was a bit strange, but after renaming the component AccessControl to LoginDisplay. It started working. Thanks for your help.