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
And Attr_Hh, attr_Gg, _AttrLl, _attrKk, _attr_Jj in $props are undefined. I check the test cases and find you didn't consider these situations like _ in the attributes name.
In this case, I thought you shouldn't try to fix the original code? Because that would break the app down.
What do you think?
The text was updated successfully, but these errors were encountered:
Tell us about your environment
Please show your full configuration:
What did you do?
run
What did you expect to happen?
I can still access all the
$props
in theTestPara
with the valid value without changing the code in theTestPara
.What actually happened?
After lint, I got the error at the console with
And
Attr_Hh
,attr_Gg
,_AttrLl
,_attrKk
,_attr_Jj
in $props areundefined
. I check the test cases and find you didn't consider these situations like_
in the attributes name.In this case, I thought you shouldn't try to fix the original code? Because that would break the app down.
What do you think?
The text was updated successfully, but these errors were encountered: