You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
I have a solution already but I'd like it to get sanity checked
In same file as error just switch line 14 from export type Errors = NonEmptyArray<string>;
to export type Errors = NonEmptyArray<AnyJson>;
I got it passing all tests and I'll be making a pull request with it soon
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce
Observed Behaviour
Expected Behaviour
Possible Solution
export type Errors = NonEmptyArray<string>;
to
export type Errors = NonEmptyArray<AnyJson>;
I got it passing all tests and I'll be making a pull request with it soon
The text was updated successfully, but these errors were encountered: