Hi,
in my nextjs 10 application, I have code like (the only place where a toolbar is applied):
But as soon as I navigate to any other page, the following error occurs in Firefox:
In Chrome, the error looks a bit different:
Unfortunately, I cannot reproduce this in a small example. I hope you can find the problem with these error details.
Syncfusion version 19.1.69.
Maybe related to https://www.syncfusion.com/forums/158868 although there is no grid involved.
Best regards, Steffen Harbich
Hi,
renewing the node_modules directory fixed it. I was upgrading from 18.2.x and for some reason it made a difference to remove the node_modules directory completly and install dependencies again. So this is no longer an issue.
Regards, Steffen