Skip to content

Commit

Permalink
fix(screeb-sdk-react): close command was not changing isInitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
cley44 committed Nov 12, 2024
1 parent 6fcf9f0 commit e6c8ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/screeb-sdk-react/src/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const ScreebProvider: React.FC<
await Screeb.close();

isLoaded.current = false;
isInitialized = false;
}
}, [isLoaded.current]);

Expand Down

0 comments on commit e6c8ad3

Please sign in to comment.