Ensure that Olm is only loaded once
React 18's strict mode intentionally mounts all components twice, which was causing Olm to get double-loaded. Also, it doesn't need to be loaded if the app is running as a widget.
This commit is contained in:
parent
e42a83bbc4
commit
d4caa1585b
5 changed files with 67 additions and 52 deletions
1
test/mocks/olmMock.ts
Normal file
1
test/mocks/olmMock.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
module.exports = { loadOlm: jest.fn(async () => {}) }
|
||||
Loading…
Add table
Add a link
Reference in a new issue