Update use-app-config.ts #6400
Annotations
4 errors and 1 warning
Run check code:
app/hooks/use-app-config.ts#L14
Type '{ galoyInstance: GaloyInstance; schemaVersion?: 6 | undefined; galoyAuthToken?: string | undefined; }' is not assignable to type 'PersistentState_6'.
|
Run check code:
app/hooks/use-app-config.ts#L21
Type '{ galoyAuthToken: string; schemaVersion?: 6 | undefined; galoyInstance?: GaloyInstanceInput | undefined; }' is not assignable to type 'PersistentState_6'.
|
Run check code:
app/hooks/use-app-config.ts#L28
Type '{ galoyInstance: GaloyInstance; galoyAuthToken: string; schemaVersion?: 6 | undefined; }' is not assignable to type 'PersistentState_6'.
|
Run check code
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading