docs: reword message #284
Annotations
10 errors
Types:
test/createLocaleRedirect.test.ts#L15
Type '{ url: string; nextUrl: URL; headers: { get: Mock<[name: any], string | null>; }; }' is not assignable to type 'never'.
|
Types:
test/createLocaleRedirect.test.ts#L42
Type '{ client: prismic.Client<prismic.PrismicDocument<Record<string, any>, string, string>>; request: never; }' is not assignable to type 'never'.
|
Types:
test/createLocaleRedirect.test.ts#L55
Expected 0 arguments, but got 1.
|
Types:
test/createLocaleRedirect.test.ts#L57
Property 'headers' does not exist on type 'never'.
|
Types:
test/createLocaleRedirect.test.ts#L60
Property 'status' does not exist on type 'never'.
|
Types:
test/createLocaleRedirect.test.ts#L66
Type '{ client: prismic.Client<prismic.PrismicDocument<Record<string, any>, string, string>>; request: never; }' is not assignable to type 'never'.
|
Types:
test/createLocaleRedirect.test.ts#L82
Expected 0 arguments, but got 1.
|
Types:
test/createLocaleRedirect.test.ts#L90
Type '{ client: prismic.Client<prismic.PrismicDocument<Record<string, any>, string, string>>; request: never; }' is not assignable to type 'never'.
|
Types:
test/createLocaleRedirect.test.ts#L106
Expected 0 arguments, but got 1.
|
Types:
test/createLocaleRedirect.test.ts#L108
Property 'headers' does not exist on type 'never'.
|
Loading