Skip to content

Commit

Permalink
Fix SdkConfig import to use transformed module
Browse files Browse the repository at this point in the history
This was originally added in #7755, which pulled in the original source for the
module, breaking ancient browsers without support for classes (#8082).
  • Loading branch information
jryans committed Jan 11, 2019
1 parent 373c587 commit 05f9cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/rageshakesetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
*/

import rageshake from "matrix-react-sdk/lib/rageshake/rageshake";
import SdkConfig from "matrix-react-sdk/src/SdkConfig";
import SdkConfig from "matrix-react-sdk/lib/SdkConfig";

function initRageshake() {
rageshake.init().then(() => {
Expand Down

0 comments on commit 05f9cf4

Please sign in to comment.