-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[BUG] - Table #2517
Labels
🐛 Type: Bug
Something isn't working
Comments
@keroshanpillay Thanks for reporting. However, I'm able to see the type included in the example locally. Somehow the one in production is outdated. @kuri-sun This issues looks like the one you fixed in #2513. Can you also take a look please? |
Thanks @wingkwong, you are right. I am going to take a look at this one! |
This was referenced Mar 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NextUI Version
2.0.28
Describe the bug
The example provided in the async table loading does not type the item pulled from the API. An interface should be defined as
then you can type
let list = useAsyncList<Person>
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
The code should have run out-of-the-box (being an example) but it does not. Therefore, we fix
Screenshots or Videos
No response
Operating System Version
maxOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: