Skip to content
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

Warning message on Failed prop type: The prop name is marked as required in InternalSelect #55

Open
yhrchan opened this issue May 26, 2021 · 1 comment

Comments

@yhrchan
Copy link

yhrchan commented May 26, 2021

Steps to reproduce:

  1. Checked out code, run npm install,
  2. yarn start, accessed demo via localhost:8080
  3. Console has warning message as pasted below

Warning: Failed prop type: The prop name is marked as required in InternalSelect, but its value is undefined.
in InternalSelect (created by Select)
in Select (created by Select)
in Select (created by PropertySelect)
in div (created by FormGroup)
in div (created by FormGroup)
in FormGroup (created by FormGroupWrapper)
in FormGroupWrapper (created by PropertySelect)
in PropertySelect
in Unknown
in Unknown (created by MemoizedProperty)
in MemoizedProperty (created by PropertiesEditor)
in form (created by Form)
in Form (created by PropertiesEditor)
in div (created by CardBody)
in CardBody (created by PropertiesEditor)
in article (created by Card)
in Card (created by PropertiesEditor)
in div (created by PropertiesEditor)
in div (created by PropertiesEditor)
in PropertiesEditor (created by PropertiesEditor)
in PropertiesEditor (created by BuilderTemplate)
in div (created by BuilderTemplate)
in div (created by BuilderTemplate)
in BuilderTemplate (created by Layout)
in Layout (created by FormBuilderLayout)
in Provider (created by App)
in App (created by ErrorBoundary)
in ErrorBoundary (created by DragDropContext)
in DragDropContext (created by FormBuilderLayout)
in FormBuilderLayout (created by ReactFinalForm)
in Provider (created by ReactFinalForm)
in ReactFinalForm (created by FormBuilder)
in FormBuilder (created by Demo)
in ThemeProvider (created by Demo)
in Demo

@yhrchan
Copy link
Author

yhrchan commented May 26, 2021

Note I was using the following versions:

"@data-driven-forms/mui-component-mapper": "^3.6.4",
"@data-driven-forms/react-form-renderer": "^3.6.4",
"@data-driven-forms/pf4-component-mapper": "^3.6.4",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant