mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
bump 0.19.0, update readme with use cases, small fixes
- fix password strategy openapi tags - fix cli run picking up memory if specified - fix view transition chrome crash
This commit is contained in:
@@ -123,11 +123,14 @@ export function BkndProvider({
|
||||
fetching.current = Fetching.None;
|
||||
};
|
||||
|
||||
if ("startViewTransition" in document) {
|
||||
// disable view transitions for now
|
||||
// because it causes browser crash on heavy pages (e.g. schema)
|
||||
commit();
|
||||
/* if ("startViewTransition" in document) {
|
||||
document.startViewTransition(commit);
|
||||
} else {
|
||||
commit();
|
||||
}
|
||||
} */
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user