import QueryProvider from "./QueryProvider"; import Intercom from "@/components/Intercom/Intercom"; import { ToastContainer } from "react-toastify"; import dynamic from "next/dynamic"; import "styles/globals.css"; import "styles/App.css"; ...
import {ToastContainer} from 'react-toastify' import 'react-toastify/dist/ReactToastify.css' import { FaWhatsapp} from 'react-icons/fa' 5 changes: 5 additions & 0 deletions 5 src/pages/WebPages/index.js Original file line numberDiff line numberDiff line change @@ -0,0 +1,5 @@ ex...
I am having the same issue with same version of react/react-dom and I use CRA bkern commented Jul 12, 2022 It was that CRA was old. I created project with v4 and now its on v5 which has solved this issue. By updating react-scripts in my project I was able to use this library...