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
If the errors are nodes this will result in the following console warning:
warning.js:33 Warning: Encountered two children with the same key, `[object Object]`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
The text was updated successfully, but these errors were encountered:
This was introduced by #685. EuiFormRow currently uses the error value as a key to discern between multiple errors:
If the errors are nodes this will result in the following console warning:
The text was updated successfully, but these errors were encountered: