I'm working on a project with reactive search and I want to see the query produced. Can that be done?
Asked
Active
Viewed 101 times
1 Answers
2
You can see the prevQuery and nextQuery using onQueryChange
prop. Also in v3
you can use StateProvider
to get the detail of any component by passing the respective componentId
.
Do check the docs here.

Yash Joshi
- 2,586
- 1
- 9
- 18