Home »
MCQs »
Next.js MCQs
getStaticProps can only be exported from a Non-page file? Answer whether the given statement is True or False
27. getStaticProps can only be exported from a Non-page file?
Answer whether the given statement is True or False
- True
- False
Answer: B) False
Explanation:
getStaticProps can only be exported from a page. You cannot export it from non-page files.