Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopilotKit/OpenGenerativeUI
/ emitChange
Function
emitChange
apps/app/src/components/desktop-tip-modal.tsx:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
let listeners: Array<() => void> = [];
8
function emitChange() {
9
listeners.forEach((l) => l());
10
}
11
12
export function DesktopTipModal() {
13
const notDismissed = useSyncExternalStore(
Callers
1
dismiss
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected