formily icon indicating copy to clipboard operation
formily copied to clipboard

fix: hermes support

Open StarHosea opened this issue 1 year ago • 3 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 master or formily_next.
  • [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.

Please do not delete the above content


What have you changed?

remove with operator from json-schema compiler, fix #3935

StarHosea avatar Sep 02 '23 03:09 StarHosea

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 02 '23 03:09 CLAassistant

这个性能影响有点大,不好这么直接改...

janryWang avatar Oct 06 '23 04:10 janryWang

可以在外面自己注册 自定义 Compiler https://react.formilyjs.org/zh-CN/api/shared/schema#registercompiler

unclechong avatar Jan 24 '24 10:01 unclechong