Closed tomwayson closed 7 years ago
moves bootstrap from map component's componentDidMount() to App component's componentWillMount to preload JSAPI on or before map route loads.
componentDidMount()
componentWillMount
also added timers that log to the console.
Closing in favor of #28
moves bootstrap from map component's
componentDidMount()
to App component'scomponentWillMount
to preload JSAPI on or before map route loads.also added timers that log to the console.