mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 00:11:31 +03:00
1d9d0cd7be
Turns out a lot of the typescript warnings about improper warnings were correct. TypeScript appears to be pulling in two copies of the js-sdk when we do this, which can lead to type conflicts (or worse: the wrong code entirely). We fix this at the webpack level by explicitly importing from `src`, but some alternative build structures have broken tests because of this - jest ends up pulling in the "wrong" js-sdk, breaking things. |
||
---|---|---|
.. | ||
AliasSettings.js | ||
RelatedGroupSettings.js | ||
RoomProfileSettings.js | ||
RoomPublishSetting.js | ||
UrlPreviewSettings.js |