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

unable to yarn start #236

Open
Yihen-Liu opened this issue Dec 10, 2020 · 0 comments
Open

unable to yarn start #236

Yihen-Liu opened this issue Dec 10, 2020 · 0 comments

Comments

@Yihen-Liu
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant