Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
render() {
return Playground.prototype.render.call(this)
}
}
])
}).isRequired
}
static contextTypes = Playground.contextTypes
static getDerivedStateFromProps = Playground.getDerivedStateFromProps
constructor(props, context) {
super(props, context)
Playground.call(this, props, context)
}
componentWillUnmount = Playground.prototype.componentWillUnmount
handleChange = Playground.prototype.handleChange
handleTabChange = Playground.prototype.handleTabChange
render() {
return Playground.prototype.render.call(this)
}
}
export default polyfill(PlaygroundAsync)
}),
PropTypes.bool
])
}).isRequired
}
static contextTypes = Playground.contextTypes
static getDerivedStateFromProps = Playground.getDerivedStateFromProps
constructor(props, context) {
super(props, context)
Playground.call(this, props, context)
}
componentWillUnmount = Playground.prototype.componentWillUnmount
handleChange = Playground.prototype.handleChange
handleTabChange = Playground.prototype.handleTabChange
render() {
return Playground.prototype.render.call(this)
}
}
export default polyfill(PlaygroundAsync)