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
After building an app created with CRA, I get this error whenever a form is rendered. The error seems related to #638.
TypeError: Cannot read property 'prototype' of undefined
at t.value (BaseForm.js:38)
at t.value (QuickForm.js:28)
at t.value (ValidatedForm.js:68)
at t.value (AutoForm.js:60)
at t.value (BaseForm.js:283)
The error occurs with version 2.6.6 and also with version 3.0.0-alpha.1 (npm i uniforms-bootstrap4@next)
The text was updated successfully, but these errors were encountered:
After building an app created with CRA, I get this error whenever a form is rendered. The error seems related to #638.
The error occurs with version 2.6.6 and also with version 3.0.0-alpha.1 (
npm i uniforms-bootstrap4@next
)The text was updated successfully, but these errors were encountered: