ajbogh / ajbogh/import_loop_flow_bug

Flow fails with "Super expression must either be null or a function, not undefined"

未关闭
#1 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
0
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

When running the test Flowtype fails with the following error, however Typescript passes:

```
> jest

FAIL __tests__/layout-engine.test.js
● Test suite failed to run

TypeError: Super expression must either be null or a function, not undefined

at _inherits (src/flowtype/none.js:14:113)
at src/flowtype/none.js:19:3
at Object. (src/flowtype/none.js:28:2)
at Object. (src/flowtype/layout-engine-config.js:2:1)
at Object. (src/flowtype/graph-view.js:2:1)
at Object. (src/flowtype/layout-engine.js:2:1)
at Object. (__tests__/layout-engine.test.js:1:1)

PASS __tests__/layout-engine.test.ts

Test Suites: 1 failed, 1 passed, 2 total
Tests: 1 passed, 1 total
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。