Matthew Guillot

Results 3 comments of Matthew Guillot

Not sure why it isn't loading your projects in IE 11. I am running a rather large app using react-static-boilerplate, and IE 11 in Windows 7 appears to work fine...

Couldn't you use simple javascript in componentDidMount to accomplish this? ``` componentDidMount() { window.scrollTo(0, 0); } ``` I can think of many cases where you wouldn't by default want to...

Bump. Just wondering if you have taken a look at this yet. Thanks!