explosion part 2

This commit is contained in:
vee 2024-05-17 23:10:21 +02:00 committed by GitHub
parent 9e60d4979d
commit 70f60193b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ export const SettingsRouter = findByProps("open", "saveAccountChanges");
export const PermissionsBits = find<t.PermissionsBits>(m => typeof m.Permissions?.ADMINISTRATOR === "bigint", m => m.Permissions);
export const zustandCreate = findByCode<typeof import("zustand").default>("will be removed in v4");
export const zustandCreate = findByCode("will be removed in v4");
const persistFilter = filters.byCode("[zustand persist middleware]");
export const zustandPersist = find(m => m.persist && persistFilter(m.persist), m => m.persist);