StarHosea

Results 10 issues of StarHosea

**Description** ![image](https://user-images.githubusercontent.com/5615409/165419908-ae5a187b-9b0d-4e73-a0f9-4af1a03f96fb.png) **Steps** offical site demo **Sandbox** https://codesandbox.io/s/plate-playground-v1-2mh1c **Expectation** **Environment** - slate: - slate-react: - browser: chrome

bug
ui
plugin:font

### Description tooltip now cannot work on mobile, because it depends on mouse hover or keyboard event. can we add a feature show tooltip when the trigger item was clicked...

feature request
v3
triage

_Before_ submitting a pull request, please make sure the following is done... - [x] Ensure the pull request title and commit message follow the [Commit Specific](https://formilyjs.org/guide/contribution#pr-specification) in **English**. - [x]...

- [x] I have searched the [issues](https://github.com/alibaba/formily/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? hermes will not support `with`...

这行代码,在 react 18 下,ts 报错 https://github.com/qiuxiang/react-native-amap3d/blob/main/lib/src/cluster/index.tsx#L66。 ```ts renderCluster?: (params: ClusterParams) => React.ComponentType; ``` 修改为ts构建通过 ```ts renderCluster?: (params: ClusterParams) => React.ReactNode; ```

隐藏的路由页面仍然在活动,可以监听到 useSearchParams 事件等,不知道这个有什么解决办法没有

![image](https://user-images.githubusercontent.com/5615409/205199139-c44bb80e-d55b-4710-b3bb-4c18c5517586.png) ---- "@storybook/addon-essentials": "6.5.13", "@storybook/addon-links": "6.5.13", "@storybook/addon-ondevice-actions": "6.0.1-beta.10", "@storybook/addon-ondevice-backgrounds": "6.0.1-beta.10", "@storybook/addon-ondevice-controls": "6.0.1-beta.10", "@storybook/addon-ondevice-notes": "6.0.1-beta.10", "@storybook/react-native": "6.0.1-beta.10", "@storybook/addon-react-native-web": "0.0.19", "@storybook/react": "6.5.13", "@storybook/docs-tools": "6.5.13" ----- - .storybook main.js ``` const path =...

bug

**Do you want to request a *feature* or report a *bug*?** BUG **What is the current behavior?** ``` $ mkdir my-material && cd my-material $ iceworks init $ npm install...

您好,刚接触Redux,React Native。 使用您的库如果异步Action发生错误,RN会warning : `Possible Unhandled Promise Rejection`。 发现 `createAsyncAction` 中,下面一行代码注释掉就没有warning了。 ``` function createAsyncAction(type, payloadCreator, metaCreator) { ..... return promise.then(value => { }, e => { dispatch( failedAction(e, getAsyncMeta(metaCreator, e,...

### Describe the bug cannot run any bit command in the new worksacpe created by bit ### Steps to Reproduce 1. bit new react bit-demo-base --env bitdev.react/react-env --log=error 2. cd...

type/bug