Ben Herila

Results 14 issues of Ben Herila

Someone might need to ask Vercel for more bandwidth or something? ![image](https://user-images.githubusercontent.com/1422004/138581706-405d8997-e5a3-446f-9850-464e0b5af7b6.png)

Per https://github.com/webpack/webpack/issues/2972 I have had to comment out these lines in the prod.js webpack config. ``` // new webpack.optimize.UglifyJsPlugin({ // compress: { // warnings: false // } // }), ```...

Due to https://github.com/yarnpkg/yarn/issues/786 Suggest replacing yarn usage with just regular npm?

https://github.com/taion/react-router-scroll Solves navigation to pages with ``s so that the scroll behavior is more as users would expect. I have already done this and could put together a PR if...

The redux package now ships with an index.d.ts so the `@types/redux` package is no longer necessary.

per https://stackoverflow.com/questions/35215360/getting-error-object-doesnt-support-property-or-method-assign, this adds IE11 support.

It says in the [README for Helmet](https://github.com/nfl/react-helmet) under "Server usage": > Because this component keeps track of mounted instances, you have to make sure to call renderStatic on server, or...

Having a little trouble getting the fonts to load when running the site in debug mode. I'm importing them via a CSS file which is `require`d from the vendor/index.ts file....

@alexplumb would you support us converting over to typescript? I am happy to do the work to make the switch!! See also https://github.com/braxex/mui-phone-input-ssr/issues/10 Thanks, Ben