Use Query is always loading? #239
Answered
by
Archmonger
danieludokike
asked this question in
Problem
-
I have followed the instructions in the doc and can't pull data from the django db using the use_query. What am I doing wrongly? |
Beta Was this translation helpful? Give feedback.
Answered by
Archmonger
Jun 18, 2024
Replies: 1 comment 8 replies
-
Are you getting any errors in your browser console? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a typo in the docs, thank you for noticing this. I will fix the docs ASAP.
needs to be changed to
The reason is
key=...
must always be a unique immutable value.The value
item.pk
is both a string and unique.