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
BrowserSync Client sporadically generates an Uncaught TypeError.
Error
browser-sync-client.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'socketConfig')
at e.initSocket (browser-sync-client.js:1:26836)
at browser-sync-client.js:1:180515
at browser-sync-client.js:1:181484
at browser-sync-client.js:1:181487
Effect
BrowserSync features ARE FUNCTIONAL regardless whether err generated or not.
Expectation
BrowserSync should not generate errors or innocuous errors should have suppressability.
Steps to reproduce/test case
Create BrowserSync Instance
Initialize BrowserSync Instance
Open browser at ACCURATE_URL
Load BrowserSync Client Script Source
Refresh page or reload application multiple times at different intervals to generate error.
Reproduction Notes
Error sometimes appears, sometimes does not appear.
Issue details
BrowserSync Client sporadically generates an Uncaught TypeError.
Error
Effect
BrowserSync features ARE FUNCTIONAL regardless whether err generated or not.
Expectation
BrowserSync should not generate errors or innocuous errors should have suppressability.
Steps to reproduce/test case
Reproduction Notes
Error sometimes appears, sometimes does not appear.
Browsersync, node, npm versions
Affected platforms
Browsersync use-case
BrowserSync API Init
BrowserSync Client Snippet
The text was updated successfully, but these errors were encountered: