src/useConsentState.tsx
Function useConsentState
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function useConsentState(options: ConsentOptions) {
const [state, setState] = useState<ConsentState>({
consent: [],
isBannerVisible: false,
isDetailsVisible: false,