Liu Bo

Results 14 issues of Liu Bo

close #5970 feat(runtime-core): KeepAlive HMR

need test

close #5471 feat: support undefined type validate in prop.

scope: sfc
:cake: p2-nice-to-have
ready for review

close #5844 fix: `` + `` means mounted() runs too early

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...

feat: 添加h5版本跨域

fix: Type inference error

fix: Modify the function to be asynchronous

Add request config eg: For `Proxy` request: examples\calendar\src\main.ts ```ts import fs from "fs"; import path from "path"; import dotenv from "dotenv"; import { createLanguageModel, createJsonTranslator, processRequests } from "typechat"; import...

## PR信息 **这个 PR 是什么类型?** (至少选择一个) - [x] 错误修复(Bugfix) issue: #16012 **这个 PR 涉及以下平台:** - [x] 所有小程序 ## 最小复现 仓库 https://github.com/liulinboyi/taro-removeEventListener-bug 代码 ```tsx import { View, Text } from '@tarojs/components'...

### 相关平台 **微信小程序** **小程序基础库: 2.25.3** **使用框架: React** ### 重现项目 https://github.com/liulinboyi/taro-removeEventListener-bug ### 复现步骤 点击项目中`Demo 1`时会移除Text事件,此时会报错 ![demo_bug](https://github.com/NervJS/taro/assets/41336612/098b2ab7-511d-4202-96b9-2cb1770d4f56) 代码 ```tsx import { View, Text } from '@tarojs/components' import { useState } from 'react'...