Taylor Niles
Results
1
comments of
Taylor Niles
I was able to fix the issue in mine by calling the glideMount function in the useEffect hook like this: ```` useEffect(() => { handleFeaturedContent().then(() => { glideMount(); }); },...