You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting a text longer than 150 chars in the Preview component (which is not recommended) results in a RangeError: Invalid count value. The error could be more descriptive in the sense that a length of 90 is recommended and 150 is the maximum.
Hey man, I totally agree that a better error message could be returned and I got this updated in a forked community run repo called Svelty-email. if you would like to check it out.
Putting a text longer than 150 chars in the Preview component (which is not recommended) results in a
RangeError: Invalid count value
. The error could be more descriptive in the sense that a length of 90 is recommended and 150 is the maximum.svelte-email/src/lib/components/Preview.svelte
Line 12 in c7456ba
The text was updated successfully, but these errors were encountered: