Typesript在嘗試在我使用的任何HTML元素上使用onclick時給出以下錯誤。 ERROR in /Volumes/WorkSpace/Projects/wirecash-client/src/elements/dropdown/Dropdown.tsx
(25,45): error TS2339: Property 'onclick' does not exist on type 'H
考慮這個代碼塊從http://facebook.github.io/react/docs/lists-and-keys.html function ListItem(props) {
// Correct! There is no need to specify the key here:
return <li>{props.value}</li>;
}
function