Nextjs : (window is not defined) react-apexcharts
Apex Charts tries to access the window object without checking it is available first, so it does not work in server contexts.The workaround is to ensure the library is only used in a browser context. In NextJS, the usual method of ensuring a module o...
Oct 31, 20231 min read848
