Skip to content

Commit

Permalink
Fix css-animation version
Browse files Browse the repository at this point in the history
1.2.x will cause bug below:

```
Uncaught DOMException: Failed to execute 'add' on 'DOMTokenList': The token provided ('[object Object]') contains HTML space characters, which are not valid in tokens.
```
  • Loading branch information
afc163 committed Jul 21, 2017
1 parent 662f33d commit 6e18470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
],
"dependencies": {
"babel-runtime": "6.x",
"css-animation": "1.x",
"css-animation": "^1.3.2",
"prop-types": "15.x"
}
}

2 comments on commit 6e18470

@afc163
Copy link
Member Author

@afc163 afc163 commented on 6e18470 Jul 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yesmeck 发一个 patch

@yesmeck
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好了。

Please sign in to comment.