mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 15:12:09 +01:00
fix: resolved biome errors
This commit is contained in:
@ -191,7 +191,7 @@ export const DynamicAuditLogsPanel = createDynamicComponent(
|
||||
|
||||
// React wrapper for React.lazy with Suspense
|
||||
export function createLazyComponent<
|
||||
T extends Record<string, any> = Record<string, any>,
|
||||
T extends Record<string, unknown> = Record<string, unknown>,
|
||||
>(
|
||||
importFunc: () => Promise<{ default: ComponentType<T> }>,
|
||||
fallback: ComponentType = LoadingSpinner
|
||||
|
||||
Reference in New Issue
Block a user