Skip to content

Commit afc2884

Browse files
committed
Fix SdkConfig import to use transformed module
This was originally added in element-hq#7755, which pulled in the original source for the module, breaking ancient browsers without support for classes (element-hq#8082).
1 parent 9e08551 commit afc2884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vector/rageshakesetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
*/
2727

2828
import rageshake from "matrix-react-sdk/lib/rageshake/rageshake";
29-
import SdkConfig from "matrix-react-sdk/src/SdkConfig";
29+
import SdkConfig from "matrix-react-sdk/lib/SdkConfig";
3030

3131
function initRageshake() {
3232
rageshake.init().then(() => {

0 commit comments

Comments
 (0)