svelte-email icon indicating copy to clipboard operation
svelte-email copied to clipboard

render and styleToString exports need file types

Open doolijb opened this issue 1 year ago • 0 comments

Playwright test fails to import svelte-email.

Error: Cannot find module '/srv/www/app/node_modules/svelte-email/render' imported from /srv/www/app/node_modules/svelte-email/index.js

Solution: https://github.com/carstenlebek/svelte-email/blob/c7456ba19b464c253f0f8a13d039e11f5f4d04b8/src/lib/index.ts#L15

import { render } from './render'; // update to './render.d.ts'
import { styleToString } from './utils'; // update to './utils.d.ts'

doolijb avatar Dec 02 '23 03:12 doolijb