Updated react-spring to latest.

This commit is contained in:
Mike Cao 2022-03-02 15:23:47 -08:00
parent 5a88f2f002
commit f1d97660fb
5 changed files with 108 additions and 32 deletions

View file

@ -2,9 +2,9 @@ import React, { useEffect } from 'react';
import PropTypes from 'prop-types';
import ReactDOM from 'react-dom';
import { useSpring, animated } from 'react-spring';
import styles from './Toast.module.css';
import Icon from 'components/common/Icon';
import Close from 'assets/times.svg';
import styles from './Toast.module.css';
function Toast({ message, timeout = 3000, onClose }) {
const props = useSpring({

View file

@ -1,5 +1,5 @@
.toast {
position: absolute;
position: fixed;
top: 30px;
left: 0;
right: 0;