Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selector type only return Primitve type but one can return a JSX element instead #1249

Open
mjfura opened this issue Sep 14, 2024 · 0 comments

Comments

@mjfura
Copy link

mjfura commented Sep 14, 2024

The Selector type just admite one Generic type that is used for the row param, but its return type is a Primitive, that is declared above as string | number | boolean, and i think that either add another Generic Param that will be the return type, or add the JSX Element in Primitive type since it is a return type widely used to return in the selector could fix that problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant