Replies: 2 comments 3 replies
-
@freekmurze this is a bug in how state is set. It piles up. See screenshot below. When state is passed in the StepComponent, it will always include all state. I think if you exclude this, things should be fine. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@slakbal I've tagged a new version in which the issue is resolved 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @freekmurze, @riasvdv
Not sure if this is the correct forum to ask if this is a possible memory leak issue on the wonderful new Spatie package: laravel-livewire-wizard?
But the I've noticed exponential degradation when clicking between two links in my project. So I checked out the demo repo of the package and noticed that it does the same there also. I've noticed also that the memory consumption goes up dramatically. Not sure if it is the browser that is starting to not cope anymore or if it is livewire?
Here a recording of me clicking between "submit" and "previous":
Recoding of the degradation
Not the degradation in the response time and then eventually it crashes.
Hope anyone else can replicate this and confirm that it is happening.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions