v2.1.0
Minor Changes
- Exposes a 'reactAsyncBootstrapperRunning' context to the component tree when executing.: 2c1c177
This allows you do tap the context in order to be aware your component is being executed within the async bootstrap cycle.
e.g.
componentWillMount() {
console.log(this.context.reactAsyncBootstrapperRunning) // true
}