mirror of
https://github.com/maputnik/editor.git
synced 2026-07-24 14:57:27 +00:00
Remove Immutable JS
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import React from 'react'
|
||||
import PureRenderMixin from 'react-addons-pure-render-mixin'
|
||||
import Radium from 'radium'
|
||||
import Immutable from 'immutable'
|
||||
import Color from 'color'
|
||||
|
||||
import Heading from 'rebass/dist/Heading'
|
||||
@@ -38,11 +36,6 @@ class LayerListItem extends React.Component {
|
||||
onLayerSelected: React.PropTypes.func.isRequired,
|
||||
}
|
||||
|
||||
constructor(props) {
|
||||
super(props)
|
||||
this.shouldComponentUpdate = PureRenderMixin.shouldComponentUpdate.bind(this);
|
||||
}
|
||||
|
||||
render() {
|
||||
return <li
|
||||
key={this.props.layerId}
|
||||
|
||||
Reference in New Issue
Block a user