compat: polyfill AbortController/AbortSignal on older browsers (#2371)

This commit is contained in:
Huang Xin
2025-10-31 13:15:59 +08:00
committed by GitHub
parent 066d1c5b1e
commit 0d805a64f6
5 changed files with 41 additions and 30 deletions
@@ -1,5 +1,6 @@
'use client';
import '@/utils/polyfill';
import i18n from '@/i18n/i18n';
import { useEffect } from 'react';
import { IconContext } from 'react-icons';