У вашего броузера проблема в совместимости с HTML5
Complete the Modal Box: https://www.codemy.net/posts/react-modal-box-from-scratch-part-5
Our modal box needs to be accessible through out the application. Which means we need to render it in the layout rather than on a specific page. We will only have 1 instance of the modal box so lets take a look at how we will handle that.