Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: ctx.props is undefined #82

Open
alighazi opened this issue Oct 27, 2021 · 4 comments
Open

Uncaught TypeError: ctx.props is undefined #82

alighazi opened this issue Oct 27, 2021 · 4 comments

Comments

@alighazi
Copy link

render vue-feather-icons.es.js:7652

caught this error. on vue 3.
is this library not compatible with vue 3?

@manutheblacker
Copy link

Any solutions here?

@SimonHawesome
Copy link

Working on a vue 2 -> 3 migration with @vue/compat. The compat warnings show the library components need to be defined as plain functions. The functional: true option has been removed and all the exported vue-feather-icon components use it.

Screen Shot 2022-09-12 at 11 06 57 AM

@zerosdev
Copy link

zerosdev commented Mar 7, 2023

Same in Nuxt 3

@ekampp
Copy link

ekampp commented Dec 6, 2023

I'm getting the same in a vue3 rollup component library that I'm working on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants