-
Notifications
You must be signed in to change notification settings - Fork 50k
Description
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
The UMD production build linked in the announcement ( https://unpkg.com/react@16.0.0/umd/react.production.min.js ) define global variables y and Nb (react-dom).
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/ebsrpraL/).
Use the build with an app that defined the function or variable y, loaded before react.
What is the expected behavior?
React builds should not define any other global symbols other than React.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
16.0.0. It worked fine with some betas of 16.0.0.