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

[BUG] Sometimes event IDs are duplicated #468

Open
BenElgar opened this issue Nov 3, 2021 · 0 comments
Open

[BUG] Sometimes event IDs are duplicated #468

BenElgar opened this issue Nov 3, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@BenElgar
Copy link
Contributor

BenElgar commented Nov 3, 2021

In the logs component we loop over events by event ID:

{#each events as event (event.id)}
<LogRow {getComponentName} {event} />
{/each}

For some reason, sometimes those event IDs are not unique, causing the page to break. I cannot immediately find a consistent reproduction but I have encountered it several times.

@BenElgar BenElgar added bug Something isn't working needs triage Incoming request that needs to be triaged and prioritized labels Nov 3, 2021
@brandonbloom brandonbloom removed the needs triage Incoming request that needs to be triaged and prioritized label Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants