Debugger
The Reactify Search package makes extensive use of the popular debug package for logging almost every action that occurs.
By default the logs are disabled, to enable them goto your browsers localstorage and set the key value as below.
Key
Value
debug
reactify-search:*
If you're only interested in logs from a specific internal component or hook you can do that too.
Key
Value
debug
reactify-search:useSearch
Once enabled you can refresh the page and logs will appear in the Javascript console.

Last updated
Was this helpful?