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
We aren't able to use 4.1.1 because we have index.js being included directly in an application as an asset. It fails with a syntax error because global is not defined. I'd issue a PR but I'm not entirely sure when or why global would be defined.
We aren't able to use 4.1.1 because we have
index.js
being included directly in an application as an asset. It fails with a syntax error becauseglobal
is not defined. I'd issue a PR but I'm not entirely sure when or whyglobal
would be defined.Issue was introduced here: #48
Using React 0.14.x
Workaround: downgrade to 4.1.0
The text was updated successfully, but these errors were encountered: