Fix SdkConfig import to use transformed module
This was originally added in #7755, which pulled in the original source for the module, breaking ancient browsers without support for classes (#8082).
This commit is contained in:
parent
9e085511fd
commit
99b5695fec
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in a new issue