Polyfill node global as window

This commit is contained in:
Robert Long 2021-07-16 14:30:36 -07:00
commit bfef183a75
2 changed files with 3 additions and 2 deletions

View file

@ -9,8 +9,6 @@ import React, {
import * as sdk from "matrix-js-sdk";
import "./App.css";
window.global = window;
const ClientContext = createContext();
export default function App() {