Skip to content

Commit 8df6555

Browse files
committed
add contextType to type default
1 parent d6b80b5 commit 8df6555

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-queue-anim",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Queue animation component for react",
55
"keywords": [
66
"react",

src/QueueAnim.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const typeDefault = [
2222
'defaultProps',
2323
'childContextTypes',
2424
'contextTypes',
25+
'contextType',
2526
];
2627

2728
class QueueAnim extends React.Component {

0 commit comments

Comments
 (0)