Replies: 0 comments 6 replies
-
Hey, can you please replicate the behavior in this React InstantSearch sandbox? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I see what's happening. React InstantSearch doesn't expect {
"categories": {
"lvl0": "...",
"lvl1": "..."
}
} You could change your records to be of this shape, or have a single level and avoid the letter Hope that helps! otherwise please create a sandbox |
Beta Was this translation helpful? Give feedback.
2 replies
-
Did you declare |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to display certain categories in the hierarchical menu, but it doesn't show anything.
This are my imports:
This is how I am using the hierarchical menu:
This is how the item is saved in algolia:
What could be the reason that they aren't being displayed?
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions