Advertisement
Mhermank

Untitled

Feb 15th, 2021
1,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ERROR in C:/Users/clyne/openmrs-esm-patient-chart-widgets/src/widgets/appointments/appointments-form.component.tsx(49,13):
  2. TS2345: Argument of type '() => () => AbortSignal' is not assignable to parameter of type 'EffectCallback'.
  3.   Type '() => AbortSignal' is not assignable to type 'void | Destructor'.
  4.     Type '() => AbortSignal' is not assignable to type 'Destructor'.
  5.       Type 'AbortSignal' is not assignable to type 'void | { [UNDEFINED_VOID_ONLY]: never; }'.
  6.         Property '[UNDEFINED_VOID_ONLY]' is missing in type 'AbortSignal' but required in type '{ [UNDEFINED_VOID_ONLY]: never; }'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement