You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the project with a next.js setup. I was unable to use withTracking HOC on page level components because react-tracker doesn't pass getIntialProps.
I was able to fix this locally by simply adding this to withTracking.js file
I am using the project with a next.js setup. I was unable to use
withTracking
HOC on page level components because react-tracker doesn't pass getIntialProps.I was able to fix this locally by simply adding this to
withTracking.js
fileI can add a PR if other people also need this feature.
The text was updated successfully, but these errors were encountered: