Currently defining React's Component class with an alias does not work: ``` js import { Component as reactComp } from "react" ``` Will not remove statics.