mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-07 07:07:54 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -14,7 +14,7 @@ const messages = defineMessages({
|
||||
fullcast: 'Full Cast',
|
||||
});
|
||||
|
||||
const MovieCast: React.FC = () => {
|
||||
const MovieCast = () => {
|
||||
const router = useRouter();
|
||||
const intl = useIntl();
|
||||
const { data, error } = useSWR<MovieDetails>(
|
||||
|
||||
Reference in New Issue
Block a user