You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Stencil ESLint Version
0.7.2
Current Behavior
I have a @Watch for a native property in a component. It is showing me the following lint error:
Expected Behavior
According to the Stencil documentation, watching native properties is supported (and it works correctly in my code). Therefore, there should be no eslint error here.
Steps to Reproduce
Create a component and add a @Watch that targets a native HTLM property.
Code Reproduction URL
N/A
Additional Information
No response
The text was updated successfully, but these errors were encountered:
laddi-netapp
added a commit
to laddi-netapp/stencil-eslint
that referenced
this issue
Apr 29, 2024
Prerequisites
Stencil ESLint Version
0.7.2
Current Behavior
I have a
@Watch
for a native property in a component. It is showing me the following lint error:Expected Behavior
According to the Stencil documentation, watching native properties is supported (and it works correctly in my code). Therefore, there should be no eslint error here.
Steps to Reproduce
Create a component and add a
@Watch
that targets a native HTLM property.Code Reproduction URL
N/A
Additional Information
No response
The text was updated successfully, but these errors were encountered: