WuWen
WuWen
Have you found a solution?
#2864 I think this could be the solution.
I don't understand how this affects its generality. Its idea is the same as `Dialog.Trigger` and `Dialog.Close` , which is to avoid declaring state, but it is more flexible and...
Any update of this? :/
you need use babel metadata plugin
I'm use [react-app-rewired](https://www.npmjs.com/package/react-app-rewired) for rewrite babel config, and here is my `react-app-rewired` config. ```ts // file: ./config-overrides.ts const { override, addBabelPlugins } = require("customize-cra"); module.exports = override( addBabelPlugins( "babel-plugin-transform-typescript-metadata", ["@babel/plugin-proposal-decorators",...
> 最新版本通过 [CompileMode](https://docs.taro.zone/docs/optimized#%E5%8D%8A%E7%BC%96%E8%AF%91%E6%A8%A1%E5%BC%8F--compilemode) 可以实现把 `data-` 输出到 xml 模板上。 怎么升级呢
> 最新版本通过 [CompileMode](https://docs.taro.zone/docs/optimized#%E5%8D%8A%E7%BC%96%E8%AF%91%E6%A8%A1%E5%BC%8F--compilemode) 可以实现把 `data-` 输出到 xml 模板上。 字节小程序报错 ``` 编译错误 [Compile TTML error] Failed to resolve ttml src: can't find pages/index-templates.ttml at pages/..\base.ttml (84:1) 82: 83: 84: ```