-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 #385: Avoid dynamic requires. #387
Conversation
Looks all good to me! |
In d2b3792 I avoid requiring on every call, which might save us a few nanoseconds. Now waiting for @dulguun0225's feedback |
Yes, it would. |
* Update dependencies to their latest versions. (#386) * Fix #385: Avoid dynamic requires. (#387) * Fix #365: Tab stop for Add button + (#392) * Add a single field form example in the playground (#390) * Allow using field names containing a dot character (#397) * Updated eslint config. * Improve checkbox and radio button styles (#403) * Add missing proptype for disabled (#416) * Temporary fix for #349 and facebook/react#7630 radio widget bug (#423)
Released along v0.41.2. |
Hey guys,
Just to give you some context to my issue, i'm using a customised version of Kinto/formbuilder and here is where the problem occurred. I currently have no idea why this is happening but would appreciate if you guys had any idea! |
Hi @n1k0 , The issue above is not fixed yet and is due to cyclical imports because fields and widgets in defaultRegistry all call the getDefaultRegistry
// utils.js Thanks |
Refs #385
@dulguun0225 could you please confirm this would solve your issue?
@olzraiti I'd love a review from you on this.