mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 04:39:14 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -9,12 +9,12 @@ import React from 'react';
|
||||
import type { ToastProps } from 'react-toast-notifications';
|
||||
import Transition from '../Transition';
|
||||
|
||||
const Toast: React.FC<ToastProps> = ({
|
||||
const Toast = ({
|
||||
appearance,
|
||||
children,
|
||||
onDismiss,
|
||||
transitionState,
|
||||
}) => {
|
||||
}: ToastProps) => {
|
||||
return (
|
||||
<div className="toast pointer-events-none flex max-w-full items-end justify-center px-2 py-2 sm:items-start sm:justify-end">
|
||||
<Transition
|
||||
|
||||
Reference in New Issue
Block a user