0
0
Fork 0

Use inert polyfill (#12209)

* Inserting wicg-inert in project

* Import wicg-inert in moda_root component

* Update yarn.lock

* Solving code style problems

* Removing package-lock
This commit is contained in:
Gabriel Rubens 2019-11-04 09:03:44 -03:00 committed by Eugen Rochko
parent be93318c05
commit 3cc9ff872f
3 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import 'wicg-inert';
export default class ModalRoot extends React.PureComponent {