[ObsUX][Infra] Bug: Error when trying to access to Logs UI locally #203597
Labels
bug
Fixes for quality problems that affect the customer experience
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
The Logs UI, can't be access and shows the following error:
Error: Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.
This is related to the migration of infra plugin to
@emotion
As the tests passed, we couldn’t spot the error
The culprits seem to be these lines:
kibana/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/log_minimap.tsx
Lines 177 to 182 in 561eff3
log_minimap.tsx
Note
The Logs UI is deprecated, so a not-so-clean workaround would probably be acceptable
The text was updated successfully, but these errors were encountered: