You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't run for me. A couple of things to note BTW. Not important but there is no favicon.ico file in the project (there is on the server one) so there may as well be one there. I also receive the following error in the browser. Failed to load resource: the server responded with a status of 404 ()
dotnet.js
There is a Blazor 3.2.0 preview version now which would require minor changes. There is no Startup class anymore and Program.cs would need some adjustment. And your demo isn't using the current version of your library.
I got additional run time errors when I tried to update. However using the latest library and Blazor the animations work in my demo app.
The text was updated successfully, but these errors were encountered:
It doesn't run for me. A couple of things to note BTW. Not important but there is no favicon.ico file in the project (there is on the server one) so there may as well be one there. I also receive the following error in the browser. Failed to load resource: the server responded with a status of 404 ()
dotnet.js
There is a Blazor 3.2.0 preview version now which would require minor changes. There is no Startup class anymore and Program.cs would need some adjustment. And your demo isn't using the current version of your library.
I got additional run time errors when I tried to update. However using the latest library and Blazor the animations work in my demo app.
The text was updated successfully, but these errors were encountered: