We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b80b5 commit 8df6555Copy full SHA for 8df6555
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-queue-anim",
3
- "version": "1.8.3",
+ "version": "1.8.4",
4
"description": "Queue animation component for react",
5
"keywords": [
6
"react",
src/QueueAnim.jsx
@@ -22,6 +22,7 @@ const typeDefault = [
22
'defaultProps',
23
'childContextTypes',
24
'contextTypes',
25
+ 'contextType',
26
];
27
28
class QueueAnim extends React.Component {
0 commit comments