MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / StudioFeedbackBar.tsx

File StudioFeedbackBar.tsx

packages/studio/src/components/StudioFeedbackBar.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { memo, useState, useCallback, useRef, useEffect } from "react";
2import { trackStudioFeedback } from "../telemetry/events";
3
4const DEFAULT_FEEDBACK_INTERVAL = 10;

Callers

nothing calls this directly

Calls 5

trackStudioFeedbackFunction · 0.90
incrementSessionCountFunction · 0.85
shouldShowFeedbackFunction · 0.85
markPromptedFunction · 0.85
handleSubmitFunction · 0.85

Tested by

no test coverage detected