You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use ConnectedProps to resolve TypeScript error in QueryRelease
Replace manual QueryReleaseProps interface with ConnectedProps<typeof connector>
so TypeScript correctly infers that Redux-injected props are not required from
the parent, fixing the Docker build failure.
0 commit comments