I cloned the link above, and when I run it locally, the only issue I'm facing is that the 'field is required' error isn't showing up. However, the same code works perfectly in CodeSandbox.
i was using create react app and the styling for fields and validation errors were not working then i moved to Vite and now all things are working 100% fine
Describe the bug https://codesandbox.io/p/sandbox/quill-forms-example-typeform-clone-in-react-js-and-typescript-20uuf?file=%2Fsrc%2FApp.tsx
I cloned the link above, and when I run it locally, the only issue I'm facing is that the 'field is required' error isn't showing up. However, the same code works perfectly in CodeSandbox.