aesoper101 / vue3-colorpicker

A very beautiful color picker
https://aesoper101.github.io/vue3-colorpicker/
Other
251 stars 44 forks source link

Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function. #84

Open hzj0015 opened 6 months ago

hzj0015 commented 6 months ago

[Vue warn]: Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function. at <ColorPicker pureColor="#71afe5" onUpdate:pureColor=fn format="hex6" ... > at <Index onVnodeUnmounted=fn ref=Ref< undefined > >

gigabites19 commented 5 months ago

Did you manage to resolve this? I'm having same issue right now.