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

[ObsUX][Infra] Bug: Error when trying to access to Logs UI locally #203597

Closed
MiriamAparicio opened this issue Dec 10, 2024 · 2 comments
Closed
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team

Comments

@MiriamAparicio
Copy link
Contributor

MiriamAparicio commented Dec 10, 2024

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:

& ${TimeCursor} {
visibility: hidden;
}
&:hover ${TimeCursor} {
visibility: visible;
}

log_minimap.tsx

Note

The Logs UI is deprecated, so a not-so-clean workaround would probably be acceptable

@MiriamAparicio MiriamAparicio added bug Fixes for quality problems that affect the customer experience Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Dec 10, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@crespocarlos
Copy link
Contributor

I'm closing this PR in favor of #204115. Logs stream is being removed in v9.0, and the bug would only affect v9.0

@crespocarlos crespocarlos closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants