uiwjs / react-amap

基于 React 封装的高德地图组件,帮助你轻松的接入地图到 React 项目中。
https://uiwjs.github.io/react-amap
MIT License
422 stars 69 forks source link

AutoComplete的例子onSelect出现错误 #116

Closed voidsteed closed 3 years ago

voidsteed commented 3 years ago

在用AutoComplete组件的时候,onSelect的prop找不到:

Type '{ input: any; onSelect: (opts: any) => void; }' is not assignable to type 'IntrinsicAttributes & AutoCompleteProps & RefAttributes'. Property 'onSelect' does not exist on type 'IntrinsicAttributes & AutoCompleteProps & RefAttributes'

jaywcjlove commented 3 years ago

@voidsteed Upgrade @uiw/react-amap@1.8.3

voidsteed commented 3 years ago

谢谢!