mat-sz / react-letter

✉️ Display e-mails in your React.js projects. (Targets Gmail rendering.)
BSD 3-Clause Clear License
265 stars 7 forks source link

Not working with NextJS #19

Closed ppascualv closed 1 year ago

ppascualv commented 1 year ago

Seems that lettersanitizer is creating an error on Nextjs

https://github.com/mat-sz/letterparser/issues/11

cbracegirdle commented 1 year ago

Did you find a solution to this @ppascualv ?

ppascualv commented 1 year ago
const Letter = dynamic(() => import("react-letter").then(mod => mod.Letter), {
  ssr: false
})