0

I'm working on a project with reactive search and I want to see the query produced. Can that be done?

ss_matches
  • 497
  • 2
  • 5
  • 20

1 Answers1

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