Matthew Vandergrift

Results 2 comments of Matthew Vandergrift

If authLink is set up correctly, setContext should be run on every request. Can you do something like this (sorry, it's a rough estimate, I'm not in front of my...

I'm not sure this any nicer, but it keeps things in a single component: ````js const [ReactApexChart, setChart] = useState(null); useEffect(() => { if (typeof window !== "undefined") { setChart(()...