React 19 support (#818)

This commit is contained in:
AAGaming
2025-10-15 00:31:12 -04:00
committed by GitHub
parent 86b5567d4e
commit 44bb023b80
11 changed files with 127 additions and 125 deletions
@@ -1,4 +1,4 @@
import { FC, useEffect, useState } from 'react';
import { FC, JSX, useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { IconContext } from 'react-icons';
import { FaExclamationTriangle, FaQuestionCircle, FaUserSlash } from 'react-icons/fa';