We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there I am unable to "destruct" this component.. A simple example is if I use a show flag
<div on:click={() => (show = false)}> {#if show} <ProgressBar {series} width="100%" textSize={0} /> {/if} <p>Prep {prep}% | Grow {grow}% | Flower {flower}% | Finalise {finalise}%</p> </div>
When you click then it gives this stacktrace into the progressbar:
Uncaught (in promise) TypeError: Cannot read property 'c' of undefined at D (index.mjs:1) at Object.o (index.mjs:1) at transition_out (index.mjs:817)
The text was updated successfully, but these errors were encountered:
sveltejs/svelte#3165
Sorry, something went wrong.
Thank you @Brandon2255p, I'm looking into it, I'll let you know asap!
fix: unhandled exception on destruct (#18)
9be00c3
No branches or pull requests
Hi there I am unable to "destruct" this component..
A simple example is if I use a show flag
When you click then it gives this stacktrace into the progressbar:
The text was updated successfully, but these errors were encountered: