Griffin Cox
Griffin Cox
@justcaliturner – please merge this
I'm facing this as well.
Hi, I'm facing this issue with vue-clerk at 0.3.7 and 0.3.8, and I tested it with a peer dependency of @clerk/clerk-js 5.2.3 and 5.5.3, in case that matters. Repro Steps:...
I was able to fix the issue with vue-clerk 0.3.8, @clerk/clerk-js 5.5.3 I think by removing the `path` prop. SignUp Component ``` import { SignUp } from "vue-clerk" #sign-up-container {...
I also had this issue and can confirm @EducationalPython 's fix worked for me. Thank you.
FWIW, for this to work in a private repo with restrictive permissions on `GITHUB_TOKEN` (see last comment) ``` permissions: contents: read pull-requests: write ```
I'm also running into this. Thanks for the detail!