MCPcopy Create free account
hub / github.com/editablejs/editable / Feedback

Function Feedback

apps/docs/src/components/layout/feedback.tsx:5–9  ·  view source on GitHub ↗
({ onSubmit = () => {} }: { onSubmit?: () => void })

Source from the content-addressed store, hash-verified

3import { useTranslation } from 'react-i18next'
4
5export function Feedback({ onSubmit = () => {} }: { onSubmit?: () => void }) {
6 const { asPath } = useRouter()
7 // Reset on route changes.
8 return <SendFeedback key={asPath} onSubmit={onSubmit} />
9}
10
11const thumbsUpIcon = (
12 <svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…