Liao Kun Yong
Liao Kun Yong
When I am trying to set Type for my Schema field, I got following errors in my IDE:  Property 'optionalString' does not exist on type  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 **单独运行时**:   ****嵌入主应用运行时**:**  代码提示消失  右键菜单显示异常  子应用打开时,控制台报错  关闭子应用时,控制台报错 ## Environment - micro-app version:...
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...