mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-03 18:12:58 +00:00
update tests
This commit is contained in:
@@ -61,7 +61,7 @@ export interface WidgetHelpers {
|
||||
* is initialized with `initializeWidget`. This should happen at the top level because the widget messaging
|
||||
* needs to be set up ASAP on load to ensure it doesn't miss any requests.
|
||||
*/
|
||||
export let widget: WidgetHelpers | null;
|
||||
export let widget: WidgetHelpers | null = null;
|
||||
|
||||
/**
|
||||
* Should be called as soon as possible on app start. (In the initilizer before react)
|
||||
|
||||
Reference in New Issue
Block a user