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

state in getFirst function in the useCursorListModel is never used. #2712

Closed
mannycarrera4 opened this issue Apr 26, 2024 · 0 comments · Fixed by #2713
Closed

state in getFirst function in the useCursorListModel is never used. #2712

mannycarrera4 opened this issue Apr 26, 2024 · 0 comments · Fixed by #2713
Labels
bug Something isn't working

Comments

@mannycarrera4
Copy link
Contributor

🐛 Bug Report

export const getFirst: NavigationRequestor = (_, {state}) => 0;

State is never used. We can either ignore or remove to prevent a warning showing when running a local server.
We can either remove this or add a ts-ignore.

@mannycarrera4 mannycarrera4 added the bug Something isn't working label Apr 26, 2024
alanbsmith pushed a commit that referenced this issue May 1, 2024
#2713)

Fixes: #2712

[category:Components]

Co-authored-by: @NicholasBoll <nicholas.boll@gmail.com>
Co-authored-by: @RayRedGoose <48605821+RayRedGoose@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant