You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Convert imports to ES6 from CommonJS
This is needed because `require()` means something different in webpack - it ends up importing the module as something we didn't expect (and is occasionally async)
This commit is contained in:
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
|
||||
'use strict';
|
||||
|
||||
const flux = require("flux");
|
||||
import flux from "flux";
|
||||
|
||||
class MatrixDispatcher extends flux.Dispatcher {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user