Building POC

Hi there, I'm looking to build out a email templating service POC for our application, but I'm running into trouble with the setup of Novu. Is the Novu Inbox component not compatibile with React 17? Is there a required react version?
5 Replies
Pawan Jain
Pawan Jain4w ago
Hi Victor, what error are you seeing? Could you please share your implementation snippet and the error from console?
Victor-cw
Victor-cwOP4w ago
Hi Dima, I tried using the AI prompt from this page https://dashboard.novu.co/onboarding/inbox/embed and am getting the following errors
Novu Cloud Dashboard
Novu Cloud Dashboard
No description
Pawan Jain
Pawan Jain4w ago
Do you use some sort of server side rendering? Could you try adding a 'use client'; directive or equivilant when working with nextjs? Or maybe if you can create a short repro steps with a new project similiar to your setup? Without seeing the configuration you have (tsconfig, etc..) A little hard to pin point the issue
Victor-cw
Victor-cwOP4w ago
I don't believe we do any server side rendering, but i can send you my tsconfig.json file if that would help
Pawan Jain
Pawan Jain4w ago
Victor

Could you please share tsconfig.json file or any other additional details?

Did you find this page helpful?