()
| 199 | styles: ReturnType<typeof useStyles> |
| 200 | }) { |
| 201 | const reg = () => props.registration |
| 202 | const parsed = () => reg().parsedHotkey |
| 203 | const targetConflicts = createMemo(() => |
| 204 | props.findTargetConflicts(reg(), props.state.registrations()), |
no outgoing calls
no test coverage detected