-
Notifications
You must be signed in to change notification settings - Fork 86
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
Solving : Fix required not defined #169
base: master
Are you sure you want to change the base?
Solving : Fix required not defined #169
Conversation
Let me know any feedback on this thanks |
On local
I see a timeout error on |
@linediconsine thanks for your fix! Maybe you can push an empty commit to trigger the CI or create another PR? @bmordue any chance to merge this one-liner and trigger a new release? Thanks a lot! |
Co-authored-by: Corentin Hembise <[email protected]>
Any news on this PR? Also have this issue in our project. |
Hi, This patch aim to solve #170
the actual code rely on
required
be defined in the browser but this is not the case in my tests on Chrome browser:Actual code
console log
Screenshot on Chrome
Patch proposed :
console log
tagging last active developers @MehmetYararVX @johnhwhite for a review on this if possible