vue-email / nuxt

💚 Official Nuxt module for Vue Email. Build email templates with Vue components.
https://vuemail.net/getting-started/nuxt-nitro
MIT License
109 stars 3 forks source link

fix(compiler): when useStorage returns a `Uint8Array`, decode it to text (fixes #33) #34

Closed L422Y closed 7 months ago

L422Y commented 7 months ago

Addresses issue (#33) where when useStorage.getItem returns a Uint8Array instead of a string, which breaks server-side template compilation/rendering

Flowko commented 7 months ago

could you please run pnpm lint:fix on the branch

L422Y commented 7 months ago

Done!

Flowko commented 7 months ago

will ignore the releasing to edge, but somehow that error still presisits, have you checked https://stackblitz.com/~/github.com/batihandev/ven-reproduction

Flowko commented 7 months ago

will merge this and test on a fresh stackblitz instance

L422Y commented 7 months ago

will ignore the releasing to edge, but somehow that error still presisits, have you checked https://stackblitz.com/~/github.com/batihandev/ven-reproduction

Didn't check there, but it resolved the exact same issue in my own application both locally and in staging/prod when using a built Nuxt application.

Flowko commented 7 months ago

ok thanks, propably stackblitz has some weird configurations