fix: form validation runtimes#246
Conversation
✅ Deploy Preview for industrial-experience ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Code Review
This pull request adds form validation and handling dependencies to the Angular, React, and Vue runtime environments. Specifically, it imports ReactiveFormsModule in Angular, adds react-hook-form, @hookform/resolvers, and yup to React's dependencies, and adds @vuelidate/core and @vuelidate/validators to Vue's dependencies. There are no review comments to address, and I have no further feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
💡 What is the current behavior?
Form validation StackBlitz examples for Angular, React and Vue produce runtime errors.
GitHub Issue Number: IX-3641
🆕 What is the new behavior?
👨💻 Help & support