-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
fixed Duplicate declaration h #3409
Conversation
can you add a and then |
Codecov Report
@@ Coverage Diff @@
## master #3409 +/- ##
======================================
Coverage 37.2% 37.2%
======================================
Files 463 463
Lines 10242 10242
Branches 894 926 +32
======================================
Hits 3811 3811
+ Misses 5901 5877 -24
- Partials 530 554 +24
Continue to review full report at Codecov.
|
@danielduan |
run |
@@ -21,7 +21,7 @@ storiesOf('Button', module) | |||
})) | |||
.add('with JSX', () => ({ | |||
components: { MyButton }, | |||
render() { | |||
render(h) { // eslint-disable-line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't use wildcard disables. Disable only the specific rule instead
Please run |
@Hypnosphi I merge last master, run
Excuse me? Could you do me a favor, please? |
Weird, this shouldn't be needed. Did you run |
@Hypnosphi I have updated the snapshots. Thank you. |
fixed Duplicate declaration h
Issue:
What I did
fixed
Duplicate declaration h
bug.How to test
only add "h"