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
We need to enrich the end user DX by filtering and enriching the console.error triggered by React.
For now, the most important filter to implement is to silence the dynamic(..., {ssr: false}) console error since it is expected to have different tree between client and server.
The text was updated successfully, but these errors were encountered:
We need to enrich the end user DX by filtering and enriching the
console.error
triggered by React.For now, the most important filter to implement is to silence the
dynamic(..., {ssr: false})
console error since it is expected to have different tree between client and server.The text was updated successfully, but these errors were encountered: