Closed aktasmehmet closed 5 months ago
@aktasmehmet I'm experiencing the same issue, did you find a workaround?
@Xamsix unfortunately not :( Since this not a blocker issue for me, I kept going but yet I am still waiting for a solution to this.
I am facing the same issue. any idea what it is and how can I solve/workaround it?
Still waiting :(
I can publish my fork to provide a temporary workaround
I can publish my fork to provide a temporary workaround
It's available now on npm as @hypnosphi/why-did-you-render
. It includes the changes in https://github.com/welldone-software/why-did-you-render/pull/300
@vzaidman can you please publish 8.0.3 to NPM?
@Hypnosphi just did. Sorry for the delay.
In order to work WDYR with Next 13 and AppRouter without a problem, there is a workround (also mentioned here) to put
include: [/./]
to whyDidYouRender function.When I did that, I started to get strange warnings/errors in the browser console which I never got before:
What might be the reason to this? When I remove include option, the errors are gone.