okonet/react-scroll-sync

TypeError: Property left of AssignmentExpression expected node to be of a type ["LVal"] but instead got "BooleanLiteral"

mazharkhan3 opened this issue · 0 comments

I have been using your package in nextjs 14. It is working fine using page router, but whenever I refactor my page router "file" to app router "file". I get the following error. I have tried

  • Updating babel config with various packages
  • I tried excluding, ignoring and overriding the node_modules/react-scroll-sync in babel config
  • I tried transpiling the next config to ignore the node_modules/react-scroll-sync

image