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.

KeyValue

debug

reactify-search:*

If you're only interested in logs from a specific internal component or hook you can do that too.

KeyValue

debug

reactify-search:useSearch

Once enabled you can refresh the page and logs will appear in the Javascript console.

Last updated