Core & Utilities
Data & State
Frontend & Logic
Architecture & Security
Appearance
race() was removed from Toolkit. Use sleep() to enforce a minimum delay and then await the real promise.
race()
sleep()
import { sleep } from '@vielzeug/toolkit'; await sleep(500); const data = await fetchQuickData();