feat: export ReturnModelConfig type to avoid generating dts error #104
Annotations
6 errors and 11 warnings
node_modules/@types/babel__traverse/index.d.ts#L321
Type expected.
|
node_modules/@types/babel__traverse/index.d.ts#L321
';' expected.
|
node_modules/@types/babel__traverse/index.d.ts#L321
Declaration or statement expected.
|
node_modules/@types/babel__traverse/index.d.ts#L321
'(' expected.
|
node_modules/@types/babel__traverse/index.d.ts#L322
Declaration or statement expected.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
examples/classComponent/src/components/Product/Class.tsx#L21
'model' is already declared in the upper scope
|
examples/classComponent/src/components/Product/Class.tsx#L39
'model' is already declared in the upper scope
|
examples/classComponent/src/components/Product/Function.tsx#L17
'model' is already declared in the upper scope
|
examples/counter/src/index.tsx#L16
Assignment to property of function parameter 'prevState'
|
examples/todos/src/components/Todo.tsx#L6
A form label must be associated with a control
|
examples/todos/src/components/Todo.tsx#L6
Form label must have ALL of the following types of associated control: nesting, id
|
examples/todos/src/models/todos.ts#L20
Assignment to property of function parameter 'state'
|
src/icestore.ts#L27
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
|
src/icestore.ts#L36
Unexpected any. Specify a different type
|
src/icestore.ts#L37
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
|
The logs for this run have expired and are no longer available.
Loading