Ldaze

Results 4 issues of Ldaze

![image](https://user-images.githubusercontent.com/42693551/149727807-8b2dffea-9bf4-487d-9f50-9d62db08c426.png)

import styled from 'styled-components/native'; import { Icon } from '@ui-kitten/components'; export const StyledIcon = styled(Icon)` height: 24px; width: 24px; font-weight: 100; `; I can only change the size of Icon,...

### Current behaviour Modal appears once more before close when its mask is clicked. ### Expected behaviour Modal disappears directly when its mask is clicked. ### How to reproduce? ```js...

bug
needs follow up
Modal

**问题描述** pnpm,vite,taro-ui模板,试了weapp和h5都不显示样式 按照#1726里的说明进行了配置,但是仍然无法显示样式 并且全局引入会导致编译报错,试了`方式 2: 通过 babel 插件按需引入组件`也不显示样式 **复现步骤** ```ts // pages/index/index.tsx import { Component, PropsWithChildren } from 'react'; import { View, Text } from '@tarojs/components'; import { AtButton }...