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
node doesn't support Proxies so none of that code is actually getting tested :/ Even running with --harmony flag (which we do at least with grunt test) doesn't enable it since it's "in progress". We could probably run with --harmony_proxies to force it on.
To reproduce, open http://jsfiddle.net/0jjnaghw/
Error is logged to browser dev tools (in Chrome & Firefox, somehow not in Safari).
Happens on v15.0.0-rc.2 and on latest master version.
The assignment of additional event data to the newly created SyntheticEvent triggers a console error:
react/src/test/ReactTestUtils.js
Line 502 in 3a4e1db
The text was updated successfully, but these errors were encountered: