Documentation
Latest
Latest
  • Reactify Search
  • Getting Started
  • Guides
    • Upgrade workflow
    • Upgrade v4 to v5
    • Liquid Theme
    • SSR
  • Release Notes
  • Troubleshooting
    • Categorising Issues
    • Common Issues
    • Debugger
    • CodeSandbox
    • Further Troubleshooting
  • Security Overview
  • Components
    • Component Basics
    • ReactifySearchProvider
    • Sensors
    • Search
    • SortBy
    • ClearAll
    • FiltersSelected
    • Filters
    • Filter
    • Results
    • Stats
    • Suggestions
    • CustomComponent
  • Hooks
    • useSearch
    • useSortBy
    • useFilters
    • useResults
  • Classes
    • ReactifySearchLiquidFactory
Powered by GitBook
On this page

Was this helpful?

  1. Troubleshooting

Debugger

PreviousCommon IssuesNextCodeSandbox

Last updated 1 year ago

Was this helpful?

The Reactify Search package makes extensive use of the popular 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.

debug