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
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
I tried to run React test set and it failed with error FATAL ERROR: v8::FromJust: Maybe value is Nothing. The full stack trace is in the attachment. chakra_error.txt
This test on node/v8 passed without issue.
Next I've tried to run the only test that fails: src\renderers\shared\hooks__tests_\ReactComponentTreeHook-test.native.js_
I haven't got error output like in the attachment, but execution was terminated unexpectedly. And again the test passed successfully on node/v8.
There is the test that terminates execution:
it('reports a zero as a child',()=>{varelement=<Text>{0}</Text>;vartree={displayName: 'Text',children: [{displayName: 'RCText',children: [{displayName: '#text',text: '0',}],}],};assertTreeMatches([element,tree]);});
To reproduce the issue: git clone git@github.com:facebook/react.git
Before to install dependency modify package.json to accept node v 7.0
I tried to run React test set and it failed with error FATAL ERROR: v8::FromJust: Maybe value is Nothing. The full stack trace is in the attachment. chakra_error.txt
This test on node/v8 passed without issue.
Next I've tried to run the only test that fails: src\renderers\shared\hooks__tests_\ReactComponentTreeHook-test.native.js_
I haven't got error output like in the attachment, but execution was terminated unexpectedly. And again the test passed successfully on node/v8.
There is the test that terminates execution:
To reproduce the issue:
git clone git@github.com:facebook/react.git
Before to install dependency modify package.json to accept node v 7.0
The text was updated successfully, but these errors were encountered: