* ref(globalsdkupdatealert): update hook deps * style(lint): Auto commit lint changes Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
@@ -65,7 +65,7 @@ function InnerGlobalSdkUpdateAlert(
return () => {
isUnmounted = true;
};
- }, [api]);
+ }, [api, organization]);
if (!showUpdateAlert || !props.sdkUpdates?.length) {
return null;