MCPcopy Index your code
hub / github.com/dataease/SQLBot / UNSAFE_componentWillMount

Method UNSAFE_componentWillMount

frontend/public/swagger-ui-bundle.js:36672–36675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36670 }
36671 }
36672 class Schemes extends Re.Component {
36673 UNSAFE_componentWillMount() {
36674 let { schemes: s } = this.props
36675 this.setScheme(s.first())
36676 }
36677 UNSAFE_componentWillReceiveProps(s) {
36678 ;(this.props.currentScheme && s.schemes.includes(this.props.currentScheme)) ||

Callers 2

IiFunction · 0.80
hjFunction · 0.80

Calls 1

firstMethod · 0.45

Tested by

no test coverage detected