We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f1993 commit de62b53Copy full SHA for de62b53
1 file changed
src/lib/internals/InSimContext.tsx
@@ -85,7 +85,7 @@ export function InSimContextProvider({
85
isConnected,
86
shouldClearAllButtons,
87
}),
88
- [inSim, isConnected, connectRequestId],
+ [inSim, isConnected, connectRequestId, shouldClearAllButtons],
89
);
90
91
return (
0 commit comments