pandacat

Results 2 issues of pandacat

fixed dome compile tsconfig

![image](https://user-images.githubusercontent.com/23730777/62426949-42da1080-b71e-11e9-918e-70f7c2f0fa66.png) ```js static getInitialProps = async ({ store, route, isServer}) => { console.log('new route page init props'); } componentWillUnmount() { console.log('new route page will unmount'); } componentDidMount() { console.log('new route...