React-notify, toast show as normal text on top-left corner of website

132 Views Asked by At

I use react-toast, laravel, react and inertia. While i want run toast(message); toast show as text on top-left corner in broweser window

I try use standard layouts and basic toast codes. I tryied using old code, diffrent views and configurations.

1

There are 1 best solutions below

0
On

I forgot add css file to my import then you can properly implement react-toastify

import { ToastContainer, toast } from "react-toastify";

import "react-toastify/dist/ReactToastify.css";