Skip to content

🤔 [ISSUE] - useInfiniteFind params prop has any type #1248

@yassinedorbozgithub

Description

@yassinedorbozgithub

Description

The params prop in the useInfiniteFind hook is typed as any. This is not safe and can cause errors.

Solution

We should give it a proper type instead of any.

Why?

Using any can lead to bugs because TypeScript won’t check the types. A clear type makes the code safer and easier to understand.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions