cometchat / cometchat-uikit-react

Ready-to-use Chat UI Components for React (JavaScript/Web)
Other
89 stars 58 forks source link

Next.js support #46

Closed zsoro2 closed 3 years ago

zsoro2 commented 3 years ago

Describe the problem

Next.js dev mode is failing

Error:

ReferenceError: window is not defined

Reproduction

Use these dependencies:

  "dependencies": {
    "@cometchat-pro/chat": "^2.2.1",
    "next": "^10.0.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
anantgarg commented 3 years ago

@zsoro2 We are working on a fix, but here is a temporary workaround:

https://paper.dropbox.com/doc/Next.js-Support-experimental--BHOqpQIljGW3NuuZd9wvXSr2Ag-E66xhsRRboOkapyVIXvc3

paarthsabharwal commented 3 years ago

Hi @zsoro2 , We will be working on this shortly. We will circle back with updates soon.

priyadarshininadar commented 3 years ago

Hi @zsoro2 , Our React UI Kit is now compatible with Next.js. Please follow this documentation for integration: Next js integration