Debugger
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
debug
reactify-search:*
If you're only interested in logs from a specific internal component or hook you can do that too.
debug
reactify-search:useSearch
Once enabled you can refresh the page and logs will appear in the Javascript console.