Unable to get functional components to work with my Next.js app

could you push to staging so I can take a look too?

yeah, deploying now

should be deployed now i believe

FWIW, the code components are working now, I’m just still seeing that error message about them needing to be configured properly

great! I actually think we’ve done some work to make it work without jumping through the hoops detailed in the linked page, but forgot to remove this modal :sweat_smile:

ah, nice

Can I ignore it in that case?

I have been seeing this quite a bit in the console for the editor Drift API - identify(...) "createdAt" in attributes must be number, string, or boolean but instead we got object. - is that an issue at all?

Yes, not an issue :blush:

Terrific, thank you so much for your help Chung! Excited to get up and running here - such a cool product :slightly_smiling_face:

Had a bit more trouble with this pushing to production, I modified the style tag as follows to get it to work:

<style global jsx>{`
        #__next {
             height: unset!important;
          width: unset!important;
        }
      `}</style>