Skip to content

Commit

Permalink
fix: import setImmediate
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Jul 7, 2024
1 parent 97fa2dd commit dda58b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vector/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ import { extractErrorMessageFromError } from "matrix-react-sdk/src/components/vi
import { parseQsFromFragment } from "./url_utils";
import "./modernizr";

// Make setImmediate available in bundle
import "setimmediate";

// Require common CSS here; this will make webpack process it into bundle.css.
// Our own CSS (which is themed) is imported via separate webpack entry points
// in webpack.config.js
Expand Down

0 comments on commit dda58b1

Please sign in to comment.