feat: add toast notification provider (#1199) #22
Annotations
4 warnings
|
tics-report:
src/components/Notifications/ToastNotification/Animate.tsx#L50
React Hook useLayoutEffect has missing dependencies: 'exitAnimation', 'from', 'options', 'preferReducedMotion', and 'to'. Either include them or remove the dependency array
|
|
tics-report:
src/components/Notifications/ToastNotification/ToastNotification.stories.tsx#L47
React Hook useEffect has a missing dependency: 'toastNotify'. Either include it or remove the dependency array
|
|
tics-report:
src/components/Notifications/ToastNotification/ToastNotificationList.tsx#L58
React Hook useLayoutEffect has a missing dependency: 'adjustScrollPosition'. Either include it or remove the dependency array
|
|
tics-report:
src/components/Notifications/ToastNotification/ToastNotificationProvider.tsx#L142
React Hook useEffect has a missing dependency: 'notificationTimer'. Either include it or remove the dependency array
|