unstable_revalidate not working, ways to troubleshoot? #15157
-
Hi there, I'm trying out Incremental Static Regeneration (unstable_revalidate) at the moment. I have a slider banner on my index page which is populated with images/data from getStaticProps. I've added the When I add a new image for the slider in my CMS it's not changing on the site (I've left it for ages to test now). Reporting as a potential bug, or maybe I'm missing something. If there's any way to troubleshoot let me know. index.tsx:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe you need to move it out of the props:
|
Beta Was this translation helpful? Give feedback.
I believe you need to move it out of the props: