designable icon indicating copy to clipboard operation
designable copied to clipboard

fix(PathSelector): problem about PathSelector which gets the wrong ArrayDepth

Open TheYuuu opened this issue 2 years ago β€’ 5 comments

Before submitting a pull request, please make sure the following is done...

  • [x] Ensure the pull request title and commit message follow the Commit Specific in English.
  • [x] Fork the repo and create your branch from main.
  • [x] If you've added code that should be tested, add tests!
  • [x] If you've changed APIs, update the documentation.
  • [x] Ensure the test suite passes (npm test).
  • [x] Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

TheYuuu avatar May 08 '22 06:05 TheYuuu

Deploy Preview for designable-fusion failed.

Name Link
Latest commit 7093770085788bffcfa6f9fd84f55d771b471b50
Latest deploy log https://app.netlify.com/sites/designable-fusion/deploys/62777e3bc47dae0008dd607a

netlify[bot] avatar May 08 '22 06:05 netlify[bot]

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


η½—η‘œ seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar May 08 '22 06:05 CLAassistant

Deploy Preview for designable-antd ready!

Name Link
Latest commit 7093770085788bffcfa6f9fd84f55d771b471b50
Latest deploy log https://app.netlify.com/sites/designable-antd/deploys/62777e3bb060f80008639ad3
Deploy Preview https://deploy-preview-292--designable-antd.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar May 08 '22 06:05 netlify[bot]

when repeat dragging arrayTable into arrayTable, and the name of ArrayColumn is the same as the component inside the ArrayColumn, the PathSelect will render these repeatedly named components multiple times,as the value of the node is composed of array depth, but the depth calculation is not right

TheYuuu avatar May 08 '22 06:05 TheYuuu

9d4b5c29-2d5a-4677-96ab-7e2164908b4e

TheYuuu avatar May 08 '22 07:05 TheYuuu