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
The inputRef prop seems to never be set on the EuiFieldText component - an error is output to the console:
Warning: Failed prop type: Invalid prop `children.ref` of type `object` supplied to `EuiValidatableControl`, expected `function`.
in EuiValidatableControl (created by EuiFieldText)
in EuiFieldText (created by StepDefinePackageConfig)
in div (created by EuiFormRow)
The
inputRef
prop seems to never be set on theEuiFieldText
component - an error is output to the console:Code looks something like this:
Ref: https://github.com/elastic/kibana/blob/82f6c6a1df9168b104227e999d927ea500bb11cc/x-pack/plugins/ingest_manager/public/applications/ingest_manager/sections/agent_config/create_package_config_page/step_define_package_config.tsx#L106
The text was updated successfully, but these errors were encountered: