[Glitch] Use inert polyfill
Port 84e3b5a358
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
b9cf415165
commit
be32d811d1
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import 'wicg-inert';
|
||||
import createHistory from 'history/createBrowserHistory';
|
||||
|
||||
export default class ModalRoot extends React.PureComponent {
|
||||
|
|
Loading…
Reference in a new issue