jsakamoto / Toolbelt.Blazor.HeadElement

Head element support (change the document title, "meta" elements such as OGP, and "link" elements) for Blazor apps.
https://demo-blazor-headelement.azurewebsites.net/
Mozilla Public License 2.0
158 stars 11 forks source link

HeadElement depends on Toolbelt.Blazor.HotKeys? #40

Closed thepra closed 1 year ago

thepra commented 1 year ago

I'm having this exception when the only toolbelt library that I use is HeadElement: 2022-12-15 23_28_27-DevTools - localhost_7046_

How can I fix it without installing HotKeys?

jsakamoto commented 1 year ago

@thepra Thank you for reporting!

It's my fault, it is just typo!

It has to be "...Head.ready", not "...HotKeys.ready"!

I will fix it as soon as possible.

jsakamoto commented 1 year ago

@thepra I fixed this embarrassing bug today, and I published the fixed latest version, ver.7.3.1, right now.

Could you check it out? Again, thank you for your contributions!

thepra commented 1 year ago

Yep, dependency and error gone :)