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
The CookieConsent component is currently written in JavaScript (.jsx). To maintain type safety across the codebase, rename the file to .tsx and add strict TypeScript interfaces for its props and state.
The
CookieConsentcomponent is currently written in JavaScript (.jsx). To maintain type safety across the codebase, rename the file to.tsxand add strict TypeScript interfaces for its props and state.