/* Issue: If a component with an asyn onEnter (for example implementing a willTransitionTo type behavior) is rendered in IE7 React will throw an error about not being able to locate a dom node, (in this case it is the root route). Reason: React-Router passes null to React while it is waiting for the async onEnter callback to be called. When React gets a null value it instead renders an element with a tag of