Darryl See Wei Shen

Results 3 comments of Darryl See Wei Shen

As @marvelous-007 have suggested, you might have forgotten to pass in the products prop in your ```getServerSideProps``` function. ```javascript // Get Server Side Props: https://nextjs.org/docs/pages/building-your-application/data-fetching/get-server-side-props export const getServerSideProps = async...

> Hi, i am adding a confetti mid section not at the top, and i have added state to run confetti when div is reached. My state is working, when...

```javascript import product from './product'; import banner from './banner'; export const schemaTypes = [product, banner]; ``` Solution adapted from https://www.sanity.io/docs/create-a-schema-and-configure-sanity-studio