mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
call ReactModal.setAppElement for accessibility
This commit is contained in:
parent
aa25fc900a
commit
d2da31d860
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ import { AppContainer } from "react-hot-loader";
|
|||
import { BrowserRouter } from "react-router-dom";
|
||||
import * as RoutesModule from "./routes";
|
||||
let routes = RoutesModule.routes;
|
||||
import * as ReactModal from "react-modal";
|
||||
|
||||
ReactModal.setAppElement("#react-app");
|
||||
|
||||
function renderApp() {
|
||||
// This code starts up the React app when it runs in a browser. It sets up the routing
|
||||
|
|
|
|||
Loading…
Reference in a new issue