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:
committed by
Eugen Rochko
parent
be93318c05
commit
3cc9ff872f
@ -1,5 +1,6 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import 'wicg-inert';
|
||||
|
||||
export default class ModalRoot extends React.PureComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user