Replies: 1 comment 3 replies
-
Mind sharing a codesandbox/code snippet? Does each item in your data list from |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
We are trying to use one combobox to render two different types of data that are returned from two different search indices. Is this possible with
useCombobox
et al?I've gotten together to return the data from
load
inuseAsyncList
as[...dataSet1, ...dataSet2]
and it works fine if I just render the stringified item. ie:however, once I start to actually determine the type of item it is & render that way, I keep running into the error
Error: No key found for item
it seems to only happen if mixed items are rendered. Is it not possible to render multiple data sets in one list or am I going about this incorrectlyBeta Was this translation helpful? Give feedback.
All reactions