src/presentation/components/Shared/Hooks/UseCollectionState.ts
Function useCollectionState
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function useCollectionState(
context: IApplicationContext,
events: IEventSubscriptionCollection,
) {
const currentState = shallowRef<IReadOnlyCategoryCollectionState>(context.state);