`createElement()` has been called outside of render function.
I am having this error on using vue-recaptcha 2.0.3 on my nuxt 2 project
I tried to create reproduction on stackblitz. But there somehow different error message
here is the reproduction link on stackblitz: https://stackblitz.com/edit/nuxt-starter-ksgjpq?file=package.json,pages%2Findex.vue
I guess that is because you load 2 different versions of @vue/composition-api. Could you try setting up an alias to force Nuxt only pick one version?
Actually, first i installed vue-recaptcha using command yarn add vue-recaptcha. Yarn installed 2 packages: vue-recaptcha and vue-demi. Then copied code from the example on master branch readme. Then I run project and caught the error below:
So, I just installed @vue/composition-api using command yarn add @vue/composition-api and run again. Then I caught this error:
