mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
@ -26,7 +26,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import rageshake from "matrix-react-sdk/lib/rageshake/rageshake";
|
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() {
|
function initRageshake() {
|
||||||
rageshake.init().then(() => {
|
rageshake.init().then(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user