[트러블슈팅] Toastify CSS가 적용되지 않을 때 (feat. tailwind CSS)
이번에 Toastify를 처음 사용해봤는데 css가 적용이 안 된다🥹
utils/toastService.js
import { toast } from 'react-toastify'
const defaultOptions = {
position: 'top-center',
autoClose: 2000,
hideProgressBar: false,
closeOnClick: true,
pauseOnHover: true,
dragga...
devsubin.hashnode.dev3 min read