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

schedule to get the vote api #851

Open
gaspire opened this issue Mar 8, 2025 · 1 comment
Open

schedule to get the vote api #851

gaspire opened this issue Mar 8, 2025 · 1 comment

Comments

@gaspire
Copy link

gaspire commented Mar 8, 2025

Image
@tobiasbueschel
Copy link

You can fix this by putting something like the following inside the chat.tsx component:

  const { data: votes } = useSWR<Array<Vote>>(
    initialMessages.length > 0 ? `${ApiPath.Vote}?chatId=${id}` : null,
    makeRequest,
    {
      fallbackData: [],
    }
  );

There is already a PR to fix this here: #850

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants