Open bhavyarm opened 1 year ago
Pinging @elastic/eui-design (EUI)
@bhavyarm I suspect that this is not an EUI bug but a dev in Kibana accidentally passing in dataTestSubj="foo"
vs data-test-subj="foo"
to an EUI component (which gets passed as-is via ...rest
spread).
The stacktrace isn't terribly helpful in pointing to the source code usage - any chance you can provide either a local dev link where this error appears?
Kibana version: main
Elasticsearch version: main
Browser version: chrome latest
Browser OS version: OS X
Original install method (e.g. download page, yum, from source, etc.): from source
Describe the bug: Kibana displays this warning in dev console.
Its strange to see this warning about test infrastructure?