You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Unfortunately I wasn’t able to reproduce it. If you keep experiencing this defect, please add clear reproduction steps and we can consider reopening it.
Using
next
js version 13.4.19,matrix-js-sdk
version ^34.13.0, While runningnpm run build
Getting following error:
Error: Multiple matrix-js-sdk entrypoints detected!
Tried to solve as per this #3446 but not worked, Can anyone please guide correct way to solve this.
// MatrixSDK.js
import * as MatrixJsSDK from "matrix-js-sdk";
const createClient = MatrixJsSDK.createClient;
const MatrixEvent = MatrixJsSDK.MatrixEvent;
const RoomEvent = MatrixJsSDK.RoomEvent;
const EventTimeline = MatrixJsSDK.EventTimeline;
const EventType = MatrixJsSDK.EventType;
const MsgType = MatrixJsSDK.MsgType;
const RelationType = MatrixJsSDK.RelationType;
const MatrixEventEvent = MatrixJsSDK.MatrixEventEvent;
const TimelineWindow = MatrixJsSDK.TimelineWindow;
const RelationsEvent = MatrixJsSDK.RelationsEvent;
const SearchOrderBy = MatrixJsSDK.SearchOrderBy;
const RoomStateEvent = MatrixJsSDK.RoomStateEvent;
export {
createClient,
MatrixEvent,
RoomEvent,
EventTimeline,
EventType,
MsgType,
RelationType,
MatrixEventEvent,
TimelineWindow,
RelationsEvent,
SearchOrderBy,
RoomStateEvent,
};
The text was updated successfully, but these errors were encountered: