docs: add standalone api-examples #20
Annotations
10 errors
|
build-and-deploy:
src/utils.ts#L229
This expression is not callable.
|
|
build-and-deploy:
src/utils.ts#L177
Type 'Simplify<Override<TDefaults extends any ? {} & { [K in keyof TDefaults]: K extends never ? DistributeOverride<TDefaults[K], {}[K]> : TDefaults[K]; } : {} & TDefaults, T>>' is not assignable to type '{ [K in keyof (TDefaults & Omit<T, keyof TDefaults>)]: (TDefaults & Omit<T, keyof TDefaults>)[K]; }'.
|
|
build-and-deploy:
src/props.ts#L51
Argument of type '{ [$S3C]: Data<unknown>; }' is not assignable to parameter of type 'Meta<object>'.
|
|
build-and-deploy:
src/hooks.ts#L250
Type 'PromiseMaybe<LoadOutput<TLoader, TInput>>' is not assignable to type 'Promise<LoadOutput<TLoader, TInput>>'.
|
|
build-and-deploy:
src/hooks.ts#L246
Type 'PromiseMaybe<LoadOutput<TLoader, TInput>>' is not assignable to type 'Promise<LoadOutput<TLoader, TInput>>'.
|
|
build-and-deploy:
src/hooks.ts#L232
Argument of type 'TInput' is not assignable to parameter of type 'LoaderUrl<TLoader>'.
|
|
build-and-deploy:
src/hooks.ts#L228
Type 'Promise<LoaderData<TLoader>> | NonNullable<LoaderData<TLoader>>' is not assignable to type 'PromiseMaybe<LoadOutput<TLoader, TInput>>'.
|
|
build-and-deploy:
src/hooks.ts#L219
Type 'PromiseMaybe<LoadOutput<TLoader, (TInput & Record<string, any>)[string | keyof TInput]>>' is not assignable to type 'Promise<LoadOutput<TLoader, (TInput & Record<string, any>)[string | keyof TInput]>>'.
|
|
build-and-deploy:
src/create-three.tsx#L118
This comparison appears to be unintentional because the types '"always"' and '"never"' have no overlap.
|
|
build-and-deploy:
src/components.tsx#L202
No overload matches this call.
|