structor icon indicating copy to clipboard operation
structor copied to clipboard

npm run structor emit an error

Open liangklfangl opened this issue 7 years ago • 0 comments

Info as bellow:

2018-05-16 3 10 26

componentDidMount() { if (window.onPageDidMount) { //emit an error here window.onPageDidMount(this); if (this.updatePageModel) { const pathname = getPagePathName(this.props.location.pathname); const nextPagePath = this.getPagePath(pathname); //emit an error here this.updatePageModel({ pathname: nextPagePath }); if (this.onPathnameChanged) { this.onPathnameChanged(nextPagePath); } } } }

liangklfangl avatar May 16 '18 07:05 liangklfangl