Affected Projects
Library Version: 4.2
Describe the bug
This page notes recordAnalytics defaults to false
https://docs.reactivesearch.io/docs/reactivesearch/react/advanced/analytics/#recordanalytics
But the source code has true
Additional context
Please either update the documentation or the source code.It would be preferable to have the source code use false, as indicated in the docs so there are less required props/configs
Affected Projects
Library Version: 4.2
Describe the bug
This page notes
recordAnalyticsdefaults tofalsehttps://docs.reactivesearch.io/docs/reactivesearch/react/advanced/analytics/#recordanalytics
But the source code has
truereactivesearch/packages/web/src/components/basic/ReactiveBase.js
Line 120 in 37260b5
Additional context
Please either update the documentation or the source code.It would be preferable to have the source code use
false, as indicated in the docs so there are less required props/configs