BytexDigital / BytexDigital.Blazor.Components.CookieConsent

Components for handling GDPR cookie consent
https://www.nuget.org/packages/BytexDigital.Blazor.Components.CookieConsent/
Apache License 2.0
43 stars 15 forks source link

ShowSettingsModalAsync Method missing? #36

Open OfferDeal opened 2 months ago

OfferDeal commented 2 months ago

Hello First of all I want to thank you for your awesome plugin!

I recently upgraded to the latest version (1.2.1) via the nuget package manager. Now I get some error that the CookieConsentService does not contain the "ShowSettingsModalAsync" method. In Version 1.0.18 it worked as expected. Have there been made some major changes to the settings modal?

RyanTT commented 2 months ago

Hey, a bunch of the internal structure changed with 1.2 and onwards to support the new Blazor web apps. However this method should still be available to you on this build. Does this error occur during compile time or during runtime?

OfferDeal commented 2 months ago

Thanks for your feedback! Error occured during compile time.