Liao Kun Yong

Results 7 issues of Liao Kun Yong

When I am trying to set Type for my Schema field, I got following errors in my IDE: ![image](https://user-images.githubusercontent.com/33861624/62061996-cac1a580-b25a-11e9-924f-5ac8e544c564.png) Property 'optionalString' does not exist on type ![image](https://user-images.githubusercontent.com/33861624/62061944-b41b4e80-b25a-11e9-8923-2643496d17c1.png) Expected 0 arguments,...

## Describe the bug 当含有react-monaco-editor的应用单独运行时表现正常,当嵌入了microApp作为子应用运行时,样式丢失且控制台发生报错 ## Reproduce repository 可复现的仓库, [micro-app-issue-253](https://github.com/coolRoger/micro-app-issue-253),**在mainApp安装依赖时,请务必使用yarn, subApp则随意** ## Screenshots **单独运行时**: ![image](https://user-images.githubusercontent.com/33861624/150461428-1b65a51f-570f-469a-a167-cd6bc3a9bc50.png) ![image](https://user-images.githubusercontent.com/33861624/150462075-42bea517-5c87-466b-b481-c044cee6e691.png) ****嵌入主应用运行时**:** ![image](https://user-images.githubusercontent.com/33861624/150462999-6bba4b20-7550-4640-91ac-dc74134f8337.png) 代码提示消失 ![image](https://user-images.githubusercontent.com/33861624/150462947-06f168de-b0c3-4cf6-8355-3b885a802670.png) 右键菜单显示异常 ![image](https://user-images.githubusercontent.com/33861624/150462879-60e8c23f-8b2b-45ff-af46-dc2603f7d348.png) 子应用打开时,控制台报错 ![image](https://user-images.githubusercontent.com/33861624/150462803-36b3568c-770d-441c-ad1e-7c11c21c05c2.png) 关闭子应用时,控制台报错 ## Environment - micro-app version:...

Working on it
sandbox

Great job on the library. I checked out the source code, seems components drag on drop catch mouse event only, so it's doesn't work on the mobile device, do you...

In my use case, I plan to have UserState, PostsState, CreatePostState and etc... Due to using a single state tree, all states of our application are contained inside one big...

**Is your feature request related to a problem? Please describe.** Currently, when generating a component using npx @react-native-reusables/cli@latest add [component], the generated import statements are always in the named import...

enhancement