Skip to content

Conversation

remcohaszing
Copy link
Member

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and discussions and couldn’t find anything or linked relevant results below
  • I made sure the docs are up to date
  • I included tests (or that’s not needed)

Description of changes

Running asynchronous code inside a useEffect causes race conditions. This is now handled correctly.

Running asynchronous code inside a `useEffect` causes race conditions.
This is now handled correctly.
@remcohaszing remcohaszing added 🐛 type/bug This is a problem 🗄 area/interface This affects the public interface 👶 semver/patch This is a backwards-compatible fix 🤞 phase/open Post is being triaged manually labels Mar 5, 2025
@wooorm wooorm merged commit a40ae2e into main Mar 7, 2025
9 checks passed
@wooorm wooorm deleted the race-conditions branch March 7, 2025 09:56
@wooorm wooorm added the 💪 phase/solved Post is done label Mar 7, 2025

This comment has been minimized.

@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label Mar 7, 2025
@wooorm
Copy link
Member

wooorm commented Mar 7, 2025

Released in 10.1.0, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🗄 area/interface This affects the public interface 💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem

Development

Successfully merging this pull request may close these issues.

2 participants