mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import React from 'react';
|
||||
import type { ToastContainerProps } from 'react-toast-notifications';
|
||||
|
||||
const ToastContainer: React.FC<ToastContainerProps> = ({
|
||||
hasToasts,
|
||||
...props
|
||||
}) => {
|
||||
const ToastContainer = ({ hasToasts, ...props }: ToastContainerProps) => {
|
||||
return (
|
||||
<div
|
||||
id="toast-container"
|
||||
|
||||
Reference in New Issue
Block a user