Relative Content

Tag Archive for typescriptnext.jsopenai-apineondrizzle

TypeError: messagesRef.current.concat is not a function

I am working on an app where you can interact ai to ask questions about the pdf you have uploaded. The issue that I’m facing is, whenever I interact with AI through the client side the follow error comes up ‘TypeError: messagesRef.current.concat is not a function’. I am not sure where this issue is in my code, and am having a hard time figuring out what’s causing it.