Daniel Zohar

Results 3 comments of Daniel Zohar

For a NextJS setup, adding `'use client'` at the top of the file importing `deck.gl` (`components/deck-map.js` [in this example](https://github.com/visgl/deck.gl/issues/7735#issuecomment-1464197310)) solved the problem for me. See https://nextjs.org/docs/app/building-your-application/rendering/client-components

@lgrammel Thanks for this 🙌 I found an issue with the implementation. I reported the details [here](https://github.com/vercel/ai/issues/2856#issuecomment-2323282156)