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

fix: fix react typings #3831

Merged
merged 1 commit into from
May 25, 2023
Merged

fix: fix react typings #3831

merged 1 commit into from
May 25, 2023

Conversation

janryWang
Copy link
Collaborator

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

  • Ensure the pull request title and commit message follow the Commit Specific in English.
  • Fork the repo and create your branch from master or formily_next.
  • If you've added code that should be tested, add tests!
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes (npm test).
  • 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?

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 553 kB

ℹ️ View Unchanged
Filename Size
packages/antd/dist/formily.antd.umd.development.js 74 kB
packages/antd/dist/formily.antd.umd.production.js 41.5 kB
packages/core/dist/formily.core.umd.development.js 20.3 kB
packages/core/dist/formily.core.umd.production.js 13.7 kB
packages/element/dist/formily.element.umd.development.js 76 kB
packages/element/dist/formily.element.umd.production.js 42.8 kB
packages/grid/dist/formily.grid.umd.development.js 9.01 kB
packages/grid/dist/formily.grid.umd.production.js 6.07 kB
packages/json-schema/dist/formily.json-schema.umd.development.js 7.11 kB
packages/json-schema/dist/formily.json-schema.umd.production.js 4.53 kB
packages/next/dist/formily.next.umd.development.js 78.6 kB
packages/next/dist/formily.next.umd.production.js 45.6 kB
packages/path/dist/formily.path.umd.development.js 11.1 kB
packages/path/dist/formily.path.umd.production.js 7.71 kB
packages/react/dist/formily.react.umd.development.js 6.38 kB
packages/react/dist/formily.react.umd.production.js 3.81 kB
packages/reactive-react/dist/formily.reactive-react.umd.development.js 4.2 kB
packages/reactive-react/dist/formily.reactive-react.umd.production.js 2.48 kB
packages/reactive-vue/dist/formily.reactive-vue.umd.development.js 11.8 kB
packages/reactive-vue/dist/formily.reactive-vue.umd.production.js 6.07 kB
packages/reactive/dist/formily.reactive.umd.development.js 9.54 kB
packages/reactive/dist/formily.reactive.umd.production.js 5.38 kB
packages/shared/dist/formily.shared.umd.development.js 7.82 kB
packages/shared/dist/formily.shared.umd.production.js 4.47 kB
packages/validator/dist/formily.validator.umd.development.js 8.44 kB
packages/validator/dist/formily.validator.umd.production.js 6.28 kB
packages/vue/dist/formily.vue.umd.development.js 24.6 kB
packages/vue/dist/formily.vue.umd.production.js 13.3 kB

compressed-size-action

@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (e8105e8) 96.58% compared to head (1e10407) 96.58%.

Additional details and impacted files
@@              Coverage Diff              @@
##           formily_next    #3831   +/-   ##
=============================================
  Coverage         96.58%   96.58%           
=============================================
  Files               152      152           
  Lines              6668     6670    +2     
  Branches           1796     1797    +1     
=============================================
+ Hits               6440     6442    +2     
  Misses              228      228           
Impacted Files Coverage Δ
packages/react/src/shared/render.ts 83.33% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@janryWang janryWang merged commit 2c41e3e into formily_next May 25, 2023
@janryWang janryWang deleted the fix_react_typings branch May 25, 2023 09:23
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

Successfully merging this pull request may close these issues.

1 participant