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

Vue wrapper CardComponent tries to access property that is not defined #95

Open
mcelligottnick opened this issue Jul 11, 2022 · 1 comment

Comments

@mcelligottnick
Copy link

On mount the CardComponent renders and tries to pass this.class as a prop, but class is not defined on the component, so Vue throws a warning:

runtime-core.esm-bundler.js:38 [Vue warn]: Property "class" was accessed during render but is not defined on instance. 
  at <CardComponent ref="card" class="fieldset field" currency="AUD"  ... > 

There is a classes property so I wonder if this should have been used instead.

@shawnhooper
Copy link

We're seeing the same error in our app too.

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

2 participants