-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
When we are not logged in and we visit https://connect.topcoder-dev.com/ there is an error in console (twice):
Uncaught (in promise) TypeError: Cannot read property 'handle' of null
at t.value (main.4bfaeeb8443c18d0fe63.js:46)
at d.updateComponent (main.4bfaeeb8443c18d0fe63.js:67)
at d.receiveComponent (main.4bfaeeb8443c18d0fe63.js:67)
at Object.receiveComponent (main.4bfaeeb8443c18d0fe63.js:21)
at d._updateRenderedComponent (main.4bfaeeb8443c18d0fe63.js:67)
at d._performComponentUpdate (main.4bfaeeb8443c18d0fe63.js:67)
at d.updateComponent (main.4bfaeeb8443c18d0fe63.js:67)
at d.performUpdateIfNecessary (main.4bfaeeb8443c18d0fe63.js:67)
at Object.performUpdateIfNecessary (main.4bfaeeb8443c18d0fe63.js:21)
at s (main.4bfaeeb8443c18d0fe63.js:21)
Note. If we run project locally on http://local.topcoder-dev.com:3000/ with logged out user we can see the same errors but we have source maps in DEV env, so it's easy to locate errors source.