Design comparison
Community feedback
- @FardindevmPosted 20 days ago
I'm using firefox and your button doesn't generate new advice for me. If it work good for you so it's from firefox cache and users with firefox browser can't see it. Add this after your fetch code to fix it. { cache: "no-cache" } like: let response = await fetch("https://api.adviceslip.com/advice", { cache: "no-cache" }) That worked for me! if that hepled, please mark this comment as a helpful comment :)
Marked as helpful0@kyduyennguyenPosted 18 days agoHi Fardin, Thanks for your helpful comment. Maybe I'm just using Chrome and didn't test my solution on other browsers. So I'll try to change my code based on your comment and test it again. :)
1@FardindevmPosted 16 days ago@kyduyennguyen No problem, Thank you for your openness to feedback. Please let me know if you fixed it :)
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord