remax icon indicating copy to clipboard operation
remax copied to clipboard

使用真正的 React 构建跨平台小程序

Results 130 remax issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/plugin-syntax-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-jsx) from 7.12.1 to 7.18.6. Release notes Sourced from @​babel/plugin-syntax-jsx's releases. v7.18.6 (2022-06-27) :eyeglasses: Spec Compliance babel-parser #14650 [ts] Disallow property access after instantiation expression (@​nicolo-ribaudo) #14636 [ts] Allow...

dependencies

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 8.3.4 to 17.0.3. Release notes Sourced from @​commitlint/config-conventional's releases. v17.0.3 17.0.3 (2022-06-25) Bug Fixes update dependency cosmiconfig-typescript-loader to v2.0.2 (#3250) (dfe69b0) Further changes chore(config-validator): update ajv to...

dependencies

**示例代码** module.exports = { **onAppConfig({ config }) {** config.window = { ...config.window, defaultTitle: "Hello", } return config; } }; **其他信息** ![image](https://user-images.githubusercontent.com/80759348/175802455-38cda67b-8a4d-414c-92eb-057b3e124994.png)

question

**bug 描述** ```javascript export const authInfo$ = selector({ key: `${BASE_FIX}authInfo$`, get: async () => { console.log('这里可以打印出东西'); return {}; } }); ``` ![image](https://user-images.githubusercontent.com/16473938/129008442-aed3cd08-a5bc-407d-aefa-33760f71cae7.png) ![image](https://user-images.githubusercontent.com/16473938/129008337-92c431e9-b4f6-410e-8787-1ec74d5e9b74.png) **复现步骤** 使用selector返回promise就会保持, get内部的可以正常。build模式下可以正常运行,dev模式就报错 **版本信息:** "@remax/runtime": "2.15.4", "annar":...

bug

Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 17.0.2 to 18.2.0. Release notes Sourced from react-is's releases. 18.2.0 (June 14, 2022) React DOM Provide a component stack as a second argument to onRecoverableError. (@​gnoff in...

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note 2.6.2 🔗 Changelog 2.6.1 🔗 Changelog 2.6.0 🔗 Release note...

dependencies

**问题描述** React18已经出来了,非常令人期待,请问Remax什么时候才能支持React18,有计划吗?

question

**bug 描述** 混合开发模式下,如果在 *.wxs 文件中通过require某些模块导致编译卡住 比如 ```js require('@antv/f2/lib/index') ``` ![image](https://user-images.githubusercontent.com/1212421/172115195-e2dea6c0-e4f6-4117-9e09-b377186f0413.png) 如果注释掉require正常 **复现步骤** [清晰描述复现步骤,让别人也能看到问题] **期望结果** [描述你原本期望看到的结果] **复现代码** [请提供一个可复现问题的代码仓库] https://github.com/be-in-disorder/remax-bug **版本信息:** - remax 版本: [e.g. 1.0.0] - 手机型号 [e.g. iPhone X] -...

bug

从基础库 2.21.1 开始, 微信 Input 组件的 type 属性值增加了 “nickname” , 请修改相应的定义文件

feature