Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

unable to yarn start  #236

@Yihen-Liu

Description

@Yihen-Liu

Describe the bug
when I run 'yarn start' command, ERROR display as follow:
/Users/geeker/workspace/DeFi/mstable.org/mStable-app/src/components/forms/TransactionForm/FormProvider.tsx
TypeScript error in /Users/geeker/workspace/DeFi/mstable.org/mStable-app/src/components/forms/TransactionForm/FormProvider.tsx(35,30):
Type 'TIface' does not satisfy the constraint 'Interfaces'.
Type 'unknown' is not assignable to type 'Interfaces'. TS2344

33 | interface Dispatch<TState> {
34 |   setManifest<TIface extends any, TFn extends any>(

35 | manifest: SendTxManifest<TIface, TFn> | null,
| ^
36 | ): void;
37 | submitStart(): void;
38 | submitEnd(): void;

Expected behavior
NO ERROR

Screenshots
image

Desktop (please complete the following information):

  • OS: OSX 10.15.7
  • Browser : brave

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions