mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
re-add useTransition to router
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { startTransition } from 'react';
|
||||
|
||||
export function runInUrlTransition(update: () => void): void {
|
||||
startTransition(update);
|
||||
}
|
||||
Reference in New Issue
Block a user