王聪奕

Results 10 comments of 王聪奕

> import { observer } from 'react-mobx';

@xulayen 贴代码.....

@kdy1 We can use decorators syntax with `react-redux`, like the below code ```js import React from 'react' import { connect } from 'react-redux' @connect( state =>{xxxx}, dispatch => {xxxx} )...

fixed the issue? I update the latest version, try rebuilding, and still error.

@kdy1 I update v1.2.187, unfortunately, it still didn't work. How can I provide you with more information?

@kdy1 https://github.com/wangcongyi/swc-test you can see `index.jsx`, and see code comment.

@kdy1 ![49FB048C](https://user-images.githubusercontent.com/13843979/182807326-c78095bc-e344-43a4-8eb3-a9ba55d7970b.png)

@Austaras I still get an error when I run my own project, @swc/cli": "^0.1.57, @swc/core": "^1.3.11, "swc-loader": "^0.2.3", ``` { "test": ".jsx?$", "jsc": { "target":"es5", "parser": { "syntax": "ecmascript", "jsx":...

oh yes!! thank you so much @Austaras