Git Product home page Git Product logo

awayfl-testsuite's People

Contributors

80prozent avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

awayfl-testsuite's Issues

fail to compile

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\Root.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\Root.tsx(70,6)
TS2322: Type 'string[]' is not assignable to type 'string'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\Root.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\Root.tsx(88,6)
TS2322: Type 'string[]' is not assignable to type 'string'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\Root.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\Root.tsx(101,9)
TS2322: Type 'string[]' is not assignable to type 'string'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\Root.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\Root.tsx(148,12)
TS2322: Type '{ children: never[]; key: number; name: string; obj: Readonly & Readonly<{ children?: ReactNode; }>; path: string; pathToTest: string; defaultSettings: any; indent: null; }' is not assignable to type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | ... 8 more ... | "pathToTest">'.
Property 'children' does not exist on type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | ... 8 more ... | "pathToTest">'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx(52,17)
TS2322: Type '{ children: never[]; key: number; settings: any; keys: string[]; }' is not assignable to type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.
Property 'children' does not exist on type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx(77,17)
TS2322: Type '{ children: never[]; key: number; settings: any; keys: string[]; }' is not assignable to type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.
Property 'children' does not exist on type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx(84,17)
TS2322: Type '{ children: never[]; key: number; settings: any; keys: string[]; }' is not assignable to type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.
Property 'children' does not exist on type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx(101,17)
TS2322: Type '{ children: never[]; key: number; settings: any; defaultSettings: any; keys: string[]; }' is not assignable to type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.
Property 'children' does not exist on type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx(118,17)
TS2322: Type '{ children: never[]; key: number; settings: any; keys: string[]; }' is not assignable to type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.
Property 'children' does not exist on type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx(128,7)
TS2322: Type '{ children: never[]; key: number; settings: any; keys: string[]; }' is not assignable to type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.
Property 'children' does not exist on type 'IntrinsicAttributes & Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | ... 7 more ... | "settings">'.

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx(138,17)
TS2739: Type '{ key: number; swfInfosRecordet: any; swfInfosTest: any; }' is missing the following properties from type 'Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | "name" | "key" | "swfTest" | "disabledNodes" | "indent" | "obj" | "nameTest" | "swfInfosRecordet" | "swfInfosTest">': path, name, indent, obj, nameTest

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestInspector.tsx(156,18)
TS2739: Type '{ key: number; errorColor: string; pathToTest: string; frameRecordet: any; frameTest: any; }' is missing the following properties from type 'Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | "name" | "key" | "swfTest" | "disabledNodes" | "indent" | ... 5 more ... | "nameTest">': path, name, indent, obj, nameTest

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestSettings.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestSettings.tsx(63,12)
TS2739: Type '{ value: string; }' is missing the following properties from type 'Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | "name" | "key" | "value" | "editable" | "swfTest" | "disabledNodes" | "indent" | "obj">': path, name, editable, indent, obj

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestSettings.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestSettings.tsx(66,12)
TS2739: Type '{ value: boolean; }' is missing the following properties from type 'Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | "name" | "key" | "value" | "editable" | "swfTest" | "disabledNodes" | "indent" | "obj">': path, name, editable, indent, obj

ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestSettings.tsx
[tsl] ERROR in E:\2022\flash\awayfl-testsuite\src\testsuite\components\TestSettings.tsx(69,12)
TS2739: Type '{ value: number; }' is missing the following properties from type 'Pick<ClassAttributes & ISWFTestProps, "ref" | "path" | "name" | "key" | "value" | "editable" | "swfTest" | "disabledNodes" | "indent" | "obj">': path, name, editable, indent, obj
i 「wdm」: Failed to compile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.