jhipsterでpopup(NotificationServiceを使う)
import { ToastContainer, toast } from 'react-toastify';
<ToastContainer
position={toast.POSITION.TOP_LEFT}
className="toastify-container"
toastClassName="toastify-toast"
autoClose={2000}
/>