Closed bmschmidt closed 3 days ago
@Sparkier have you seen this issue before?
Yes, but I thought it was fixed. Let me check.
:tada: This issue has been resolved in version 3.0.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Thanks for your work on this repo.
I'm having trouble getting version 3.0.0 to work reactively in a sveltekit app.
The initial load works fine, but then it goes into an infinite loop with the message below in the console.
The trace in the first line shows that the first $effect in the Embed component seems to be retriggering endlessly on a
shallowEqual
check.I haven't been able to make this work in the demo repo (which still seems to be on version 1.2.0, but even after upgrading to 3.0.0) but with a fresh sveltekit and almost no edits I can reproduce.
One possibly related note: I also need to install
fast-deep-equal
to get the basic app to run.To reproduce:
Please: