wobsoriano / vue-clerk

Community Clerk Vue SDK.
https://vue-clerk.com
MIT License
144 stars 13 forks source link

UserButton bug #128

Closed aviorp closed 1 month ago

aviorp commented 1 month ago

when trying to render user button (with nothing special, it worked before update to latest) ui send error alert Screenshot 2024-09-01 at 9 55 23

aviorp commented 1 month ago

Screenshot 2024-09-01 at 9 56 02

wobsoriano commented 1 month ago

Im not able to replicate this. Would you be able to create a basic repro via stackblitz or something?

aviorp commented 1 month ago

i found the issue, you need to specify a sub-component inside , i just dropped there an empty action, and it fixed.. (not the best solution cause i have an error there. long story short you need to support the component as is without additions (in my opinion)

Screenshot 2024-09-02 at 10 31 42

wobsoriano commented 1 month ago

Whats your vue-clerk version?

aviorp commented 1 month ago

latest

wobsoriano commented 1 month ago

Kk Ill try out later today but would love a stackblitz or repo for a basic repro

wobsoriano commented 1 month ago

Still not getting it. Even if you try the starter here - https://github.com/wobsoriano/vue-clerk-quickstart

I suggest you remove node_modules and your lockfile then run npm install.

Feel free to reopen with a reproduction if you want!