ankurk91 / vue-loading-overlay

Vue.js component for full screen loading indicator :cyclone:
https://ankurk91.github.io/vue-loading-overlay/
MIT License
1.25k stars 102 forks source link

Uncaught (in promise) TypeError: Cannot convert a Symbol value to a string #80

Closed vhb-Mark closed 3 years ago

vhb-Mark commented 3 years ago

I'm submitting a ... (check one with "x")

[ x] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[ ] Other, please describe

Tell about your platform

Current behavior As soon as I use the following code, it will throw the error. The value container is this.$refs.containerCompanyInfo

let loader = this.$loading.show({ container: container, //canCancel: false, isFullPage: false })

The code is called in a watch function which is triggered in the created function.

ankurk91 commented 3 years ago

Please share a minimal reproduction

ankurk91 commented 3 years ago

The container prop is working fine for me

https://github.com/ankurk91/vue-loading-overlay/blob/da0c2e49f66f7032275377b15d3b918069135c1c/examples/components/pluginExample.vue#L80