mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-09 16:17:53 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -27,7 +27,7 @@ const messages = defineMessages({
|
||||
trending: 'Trending',
|
||||
});
|
||||
|
||||
const Discover: React.FC = () => {
|
||||
const Discover = () => {
|
||||
const intl = useIntl();
|
||||
|
||||
const { data: media, error: mediaError } = useSWR<MediaResultsResponse>(
|
||||
|
||||
Reference in New Issue
Block a user