React-app with webpack not loading on ipad

My react app loads on desktop but not ipad tablet -

any ideas???

https://vast-badlands-98016.herokuapp.com/

I’m not seeing it on desktop either. I get an error:

TypeError: undefined is not an object (evaluating 'r.apply')

Could your browser be showing you a cached version (very common)?

1 Like

Thanks -

it was the Redux Dev Tool extension that was causing the error-
While in production I had to remove the following code —>

window.REDUX_DEVTOOLS_EXTENSION && window.REDUX_DEVTOOLS_EXTENSION()