Bert B

Results 5 issues of Bert B

## Issue Getting started with unit testing in Sveltekit can be confusing, which was brought up in this issue here https://github.com/sveltejs/kit/issues/4423 ## Resolution - Added the ability to automatically add...

pkg:create-svelte

## Description Current preview mode implementation works by sharing `isPreview` store on the server and the client, Sveltekit docs explain some of the [issues this can cause](https://kit.svelte.dev/docs/state-management#avoid-shared-state-on-the-server) . Also more...

## Problem Sveltekit docs [recommend against using stores](https://kit.svelte.dev/docs/state-management#no-side-effects-in-load) on the server as they can be exposed to other users unintendedly. The current way the isPreview store is implemented falls victim...

## Why this Change? This package is currently misconfigured. Running it through [publint](https://publint.dev/[email protected]) it has a few errors that need to be addressed. The main problem being that the ESM...

ack
cla:missing

## Description This package is using an old pattern of packaging Svelte components that causes error with the newest version of the Svelte Vite plugin used in Sveltekit 2 ![image](https://github.com/carstenlebek/svelte-email/assets/44912991/e407473f-d9ec-4c04-84d6-4918322976f3)...