Skip to content

Commit

Permalink
update NodeGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Jun 13, 2019
1 parent 77a4c53 commit cd2c18d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/NodeGroup/index.js
@@ -1,5 +1,4 @@
import React, { Component } from 'react'
import { polyfill } from 'react-lifecycles-compat'
import PropTypes from 'prop-types'
import { BaseNode, interval } from 'kapellmeister'
import mergeKeys from '../core/mergeKeys'
Expand Down Expand Up @@ -234,7 +233,5 @@ NodeGroup.defaultProps = {
interpolation: numeric,
}

polyfill(NodeGroup)

export default NodeGroup

0 comments on commit cd2c18d

Please sign in to comment.