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

table-render里在打包的时候会多打一个form-render #1454

Closed
jackqiu0123 opened this issue Dec 28, 2023 · 1 comment
Closed

table-render里在打包的时候会多打一个form-render #1454

jackqiu0123 opened this issue Dec 28, 2023 · 1 comment
Assignees

Comments

@jackqiu0123
Copy link

jackqiu0123 commented Dec 28, 2023

1.依赖仓库的版本(Dependencies versions)

  • react:18.2.0
  • form-render:2.3.7
  • table-render:2.1.3
  • antd:5.9.0

2.问题描述(Bug description)
打包之后table-render下多了一个form-render
打开node_modules里查看后发现table-render下有一个2.3.0的form-render
image
image

3.出现问题的 schema demo(Reproduction schema demo)

const schema = {
  // ...
}

4.最小复现 demo(Reproduction demo)

form-render demo https://codesandbox.io/s/unruffled-flower-jl78h
table-render demo https://codesandbox.io/s/sweet-euler-bdoty
fr-generator demo https://codesandbox.io/s/s13sh

@lhbxs
Copy link
Collaborator

lhbxs commented Jan 3, 2024

配置这个试试,应该能统一成一个, "resolutions": {
"form-render": ""
},

@lhbxs lhbxs closed this as completed Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants