Closed nWacky closed 9 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
vue-socials | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 2, 2024 4:06pm |
@webistomin would you please check because i am also getting this error
Please excuse the delay. I'll release it tomorrow🙏
Fixed in v2.0.5
Hello @webistomin
Thank you for your contribution.
Could you fix this issue in vue-socials@1
. that would be fantastic!
Hello @webistomin Thank you for your contribution. Could you fix this issue in
vue-socials@1
. that would be fantastic!
I'll try to find time 😉
Issue reproduction
example page: https://vue-socials.vercel.app/?path=/docs/share-sdevto--default (commit a8cd6c7)
In Chrome console, there will be two errors:
In Firefox a
DOMException
overlay will be shown. There will be an error in the console:The issue occurs because vue is trying to add reactivity properties to
shareDialog
.shareDialog
is a cross origin window, and browsers throw an error when doing soChanges
shareDialog
andshareDialogCloseIntervalId
to a non-reactivedialog
object in BaseSocial.tsIBaseSocialDataOptions