plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
456 stars 613 forks source link

Refactor FormFieldWrapper to Functional Component #6190

Open abhay-dev2901 opened 2 months ago

abhay-dev2901 commented 2 months ago

Refactored FormFieldWrapper from a class-based to a functional component. Key updates include:

Changes:

Testing:

netlify[bot] commented 2 months ago

Deploy Preview for plone-components canceled.

Name Link
Latest commit 10cd0c47b471ac5182a74389e16e68e7d88291a5
Latest deploy log https://app.netlify.com/sites/plone-components/deploys/66a37df8d015c900085eafe0
stevepiercy commented 2 months ago

@abhay-dev2901 please read and follow Code quality. You should run all of these checks locally to ensure they pass before creating a pull request. Then you can compare your results against the GitHub workflows.

See also Update your pull request from your fork.

stevepiercy commented 2 months ago

@abhay-dev2901 Unit tests fail in CI. CI must pass. Please run tests locally.

See also Update your pull request from your fork.