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
Sometimes when I resize web page in dev mode, bunch of null errors pop up. The amount of errors changes after I refresh the page. And the whole webpage flash white when the width of the webpage is lower than certain threshold, and that threshold changes after a refresh too.
You can see the error log in this screenshot:
The last line of each following code blocks is the line marked by Chrome DevTool in source.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes when I resize web page in dev mode, bunch of null errors pop up. The amount of errors changes after I refresh the page. And the whole webpage flash white when the width of the webpage is lower than certain threshold, and that threshold changes after a refresh too.
You can see the error log in this screenshot:
The last line of each following code blocks is the line marked by Chrome DevTool in source.
Could it be a effect related error since I can see
runUserEffects
in the code?It's just that
null
error made it impossible for me to find out the true cause.Beta Was this translation helpful? Give feedback.
All reactions