moxystudio / react-with-moxy

MOXY's boilerplate to create isomorphic react applications
35 stars 10 forks source link

fix(dependency): remove ie11 work-around in helmet #159

Closed rafaelramalho19 closed 5 years ago

rafaelramalho19 commented 5 years ago

This PR fixes an old workaround to make react-helmet work with internet explorer v11.

See https://github.com/nfl/react-helmet/issues/336 and https://github.com/dcsaszar/react-helmet/commit/913640e69bf1535993abfa73a813942cc48909cd for more info.

This change is only available from 5.2.0 onwards.

satazor commented 5 years ago

Thanks @rafaelramalho19 !