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