mirror of https://github.com/vector-im/riot-web
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).pull/8165/head
parent
373c587ef8
commit
05f9cf453d
|
@ -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 New Issue