ForChange客服小弟

Results 118 issues of ForChange客服小弟

复现 - 新建项目 - 创建store ``` import { createStore } from 'rax-app'; import { Message } from '@alifd/meet'; const models = {}; console.log(Message); export default createStore(models); ``` - 触发页面刷新 -...

背景 ``` ``` 预期 - 会显示placeholder 实际 - 什么都没显示 需求 - 显示placeholder --------- 还有我希望readOnly的时候 onClick也能触发 现在不行

Bug
Fusion Mobile

背景 - tab在小程序的有个默认样式 mt-tab-container--wechat { max-height: 93rpx } - 而如果我设置了tab.size='small' 这个值没有变化,导致会多出一部分高度 -

Bug
Fusion Mobile

背景 ``` 9320 verbose Linux 3.10.0-693.el7.x86_64 9321 verbose argv "/usr/bin/node" "/usr/bin/npm" "i" 9322 verbose node v16.14.1 9323 verbose npm v8.5.0 npm run build [root@VM-0-14-centos test]# npm run build > @rax-materials/[email protected]...

### ⌨️ - [ ] Would you like to work on a fix? ### Where is the bug from? Fusion Mobile ### Minimal code and steps to reproduce the bug...

Bug
Fusion Mobile

背景 ``` { "targets": ["web"], "wechat-miniprogram": { "nativeConfig": { "appid": "xxx" } } } ``` 会提示`[Config File] Config key 'wechat-miniprogram' is not supported`。 除非我加上targets加上`wechat-miniprogram` 然后我场景是 - 开发时候大部分是只有构建web,只有打包才会加上其他环境 - 现在的情况,我只够构建web的时候还得把其他环境的配置删掉 需求...

背景 - className='!p-0' web端没问题,但小程序端会构建成 ``` className='p-0' ```

背景 - 使用rax.js - 我想要h5.isairdrop.top指向127.0.0.1:3801 - 我的配置 ``` # /socksjs-node/ 是 HMR 功能使用的,要把下面的 ws/xhr 做转发 ^h5.isairdrop.top/sockjs-node/*** http://127.0.0.1:3801/sockjs-node/$1 ^h5.isairdrop.top/*** http://127.0.0.1:3801/$1 ``` 目前表现 - 使用http访问没有生效 - 使用https访问,有生效,但是wss://h5.isairdrop.top/sockjs-node并不可用,因为是wss而不是ws 需求 - 如何让http也能生效 - 如何兼容wss的情况...

DEMO: https://github.com/xmsz/demo-20220428 运行提示 ``` [plugin vite:dep-scan] ENOENT: no such file or directory, open '.ice/pages/Home/Layout/index.tsx' node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-3397b401.js:39198:43: 39198 │ let contents = fs__default.readFileSync(id, 'utf-8'); ╵ ^ at Object.openSync (node:fs:585:3) at Object.readFileSync (node:fs:453:35)...

bug