mikoskinen/Blazor.Animate

I don't think the WebAssembly demo is working

tleylan opened this issue · 0 comments

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.