Closed Akolyte01 closed 2 years ago
This PR adds a 'safeLoad' function that can be used to catch load errors
example usage
{#await safeLoad(myStore) then success} {#if !success} <ErrorBanner/> {/if} <ComponentContent> {/await}
This PR adds a 'safeLoad' function that can be used to catch load errors
example usage