issue with @Prop decorators in VS Code #6370
mvolkmann
started this conversation in
Stencil Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All my
@Prop
decorators have a red underline in VS Code. When I hover over them I see "Unable to resolve signature of property decorator when called as an expression. Argument of type 'undefined' is not assignable to parameter of type 'Object'.ts(1240)"Here's an example of one:
My component works fine despite these errors. What can I do to make VS Code happy?
Beta Was this translation helpful? Give feedback.
All reactions