everybody
I'm trying to use a Razor Class Library to share components to two Blazor apps: Web and Hybrid. On web project, the shared library worked great. But I cannot make it work with the Hybrid project. Look the window below:
According to line 18, the app cannot find the MainLayout component:
The Routes component is one and it's on shared library. Even adding AdditionalAssemblies, the app doesn't work:

