xbw19975
xbw19975
./node_modules/@curlconverter/yargs/lib/platform-shims/esm.mjs 16:41 Module parse failed: Unexpected token (16:41) File was processed with these loaders: * ./node_modules/babel-loader/lib/index.js You may need an additional loader to handle the result of these loaders. |...
[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a New feature ### 🔗 Related issue link #2533 ### 💡 Background and solution ### 📝 Changelog | Language | Changelog |...
用于事件发布订阅.适应于跨组件调用方法,订阅全局方法,js文件中调用函数组件内方法等等.. ### API `useEventBus(fnName: string, fn T, dep: any[]): T` ### Demo ```javascript const [count, setCount] = useState(0); const updateCount = async () => { setCount(count + 1) } //...
[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ]...