N00ts / vue3-treeview

a simple treeview in vue js 3
MIT License
71 stars 61 forks source link

Vue version 3.2.25 has issues #28

Closed caveofjulian closed 1 year ago

caveofjulian commented 1 year ago

Hello, first of all thanks for your contribution!

Vue version 3.2.25 has an issue for me: [Vue warn]: Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.

Upgrading to 3.2.45 works, however, this is not possible for my current project because that breaks reactivity in another library. Would you have any idea what this error means?

N00ts commented 1 year ago

Hey, can you provide reproduction exemple (codesandbox or other) ?