jsakamoto / Toolbelt.Blazor.HotKeys2

This is a class library that provides configuration-centric keyboard shortcuts for your Blazor apps.
https://jsakamoto.github.io/Toolbelt.Blazor.HotKeys2/
Mozilla Public License 2.0
87 stars 6 forks source link

Could not find 'Toolbelt.Blazor.getProperty' ('getProperty' was undefined) on Blazor Web App Server Mode .NET8 #14

Closed devatrivanus18 closed 6 months ago

devatrivanus18 commented 6 months ago

I experienced this issue, when implementing it into my projects with framework.net Blazor web app, is there a solution for this, thank you Screenshot 2023-12-12 154512

jsakamoto commented 6 months ago

@devatrivanus18 Thank you for your report!

Could you tell me which version of the "Toolbelt.Blazor.HotKeys2" NuGet package you are using? And I'd appreciate it if you could attach the minimal sample code that can reproduce the issue.

jsakamoto commented 6 months ago

@devatrivanus18 Could you try the latest version, ver.3.2.1, of the "Blazor HotKeys2" out?

devatrivanus18 commented 6 months ago

I've tried this version ver.3.2.1, yesterday's issue has already appeared, Thanks