react-server icon indicating copy to clipboard operation
react-server copied to clipboard

Race condition breaking initial Slack badge clicks

Open davidalber opened this issue 8 years ago • 0 comments

Reproduction:

  1. In newly opened browser or incognito window go to https://react-server.io/.
  2. Scroll to bottom of page and click the Slack badge.

Bug: the badge does not appear and this is logged to the JavaScript console:

ReferenceError: assignment to undeclared variable unitSize

I am able to get this to reproduce consistently in a new instance of Firefox and only rarely in a Chrome incognito window.

The offending line is in the common.bundle.js file: image

If you now reload the page and click the badge the info window will open in the expected way.

davidalber avatar Aug 13 '16 04:08 davidalber