Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text组件内嵌text组件,内层text组件丢失 #10829

Closed
renzulei opened this issue Dec 6, 2021 · 1 comment · Fixed by #10864
Closed

text组件内嵌text组件,内层text组件丢失 #10829

renzulei opened this issue Dec 6, 2021 · 1 comment · Fixed by #10864
Labels
F-react Framework - React T-swan Target - 编译到百度小程序 V-3 Version - 3.x
Milestone

Comments

@renzulei
Copy link

renzulei commented Dec 6, 2021

相关平台

百度小程序

小程序基础库: 3.250.12
使用框架: React

复现步骤

<Text>
    外层text文本
    <Text> 内层text文本</Text>
</Text>

期望结果

<text>
    外层text文本
    <text> 内层text文本</text>
</text>

实际结果

<text>
    外层text文本
</text>

环境信息

Taro CLI 3.3.2 environment info:
    System:
      OS: macOS 10.15.7
      Shell: 5.7.1 - /bin/zsh
    Binaries:
      Node: 12.14.1 - ~/.nvm/versions/node/v12.14.1/bin/node
      npm: 6.13.4 - ~/.nvm/versions/node/v12.14.1/bin/npm
    npmPackages:
      @tarojs/components: 3.2.5 => 3.2.5 
      @tarojs/mini-runner: 3.2.5 => 3.2.5 
      @tarojs/react: 3.2.5 => 3.2.5 
      @tarojs/runtime: 3.2.5 => 3.2.5 
      @tarojs/taro: 3.2.5 => 3.2.5 
      @tarojs/webpack-runner: 3.2.5 => 3.2.5 
      babel-preset-taro: 3.2.5 => 3.2.5 
      eslint-config-taro: 3.2.5 => 3.2.5 
      react: 17.0.2 => 17.0.2 
@Bruce-Ming
Copy link

taro3现在还有这个问题啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-react Framework - React T-swan Target - 编译到百度小程序 V-3 Version - 3.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants