-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Support for defaultProps will be removed" error after setting include: [/./] option #286
Comments
@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 |
It's available now on npm as |
@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.
The text was updated successfully, but these errors were encountered: