You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed simple schema and uniforms-unstyled as mentioned on the documentation.
When I try to import AutoForm into my react component I get the following error:
I have installed simple schema and uniforms-unstyled as mentioned on the documentation.
When I try to import AutoForm into my react component I get the following error:
Uncaught TypeError: process.addListener is not a function
at meteorInstall.node_modules.uniforms.lib.components.forms.ValidatedForm.js (http://localhost:3000/packages/modules.js?hash=959453943eda0281ec46503acd9049a67939d5b2:34936:13)
at fileEvaluate (http://localhost:3000/packages/modules-runtime.js?hash=ab7e8d32b6c7b5a5fa7ae1b65e8225c4f9e30223:191:9)
at require (http://localhost:3000/packages/modules-runtime.js?hash=ab7e8d32b6c7b5a5fa7ae1b65e8225c4f9e30223:116:16)
at meteorInstall.node_modules.uniforms.lib.components.forms.ValidatedQuickForm.js (http://localhost:3000/packages/modules.js?hash=959453943eda0281ec46503acd9049a67939d5b2:34702:22)
at fileEvaluate (http://localhost:3000/packages/modules-runtime.js?hash=ab7e8d32b6c7b5a5fa7ae1b65e8225c4f9e30223:191:9)
at require (http://localhost:3000/packages/modules-runtime.js?hash=ab7e8d32b6c7b5a5fa7ae1b65e8225c4f9e30223:116:16)
at meteorInstall.node_modules.uniforms.lib.components.forms.AutoForm.js (http://localhost:3000/packages/modules.js?hash=959453943eda0281ec46503acd9049a67939d5b2:34584:27)
at fileEvaluate (http://localhost:3000/packages/modules-runtime.js?hash=ab7e8d32b6c7b5a5fa7ae1b65e8225c4f9e30223:191:9)
at require (http://localhost:3000/packages/modules-runtime.js?hash=ab7e8d32b6c7b5a5fa7ae1b65e8225c4f9e30223:116:16)
at meteorInstall.node_modules.uniforms.lib.index.js (http://localhost:3000/packages/modules.js?hash=959453943eda0281ec46503acd9049a67939d5b2:32680:17)
Am I overlooking something obvious?
The text was updated successfully, but these errors were encountered: