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's hard to understand some property names in the CookieToaster:
accept -> it's a function, so better name it: onCookiesAccepted (or something like that)
decline -> Same
popped -> I have acctually no idea what 'popped' means for a cookietoaster :-)
It's hard to understand some property names in the CookieToaster:
accept -> it's a function, so better name it: onCookiesAccepted (or something like that)
decline -> Same
popped -> I have acctually no idea what 'popped' means for a cookietoaster :-)
SamJS/src/components/cookieToaster/CookieToaster.js
Line 62 in d2b7a5a