experiment: consume css custom property tokens #62
Annotations
10 errors
src/components/Shared/CustomProperties.tsx#L12
This expression is not callable.
|
src/hooks/useCustomProperties.ts#L45
Expected 0 arguments, but got 1.
|
src/hooks/useCustomProperties.ts#L50
Type 'CSSGlobalVariables' is not assignable to type '{ [argument: string]: string; }'.
|
src/utils/CSSGlobalVariables.ts#L70
Argument of type 'string | symbol' is not assignable to parameter of type 'string'.
|
src/utils/CSSGlobalVariables.ts#L75
Argument of type 'string | symbol' is not assignable to parameter of type 'string'.
|
src/utils/CSSGlobalVariables.ts#L92
Argument of type 'string | symbol' is not assignable to parameter of type 'string'.
|
src/utils/CSSGlobalVariables.ts#L95
Type '(target: { [key: string]: string; }, name: string | symbol, attr: PropertyDescriptor) => { [key: string]: string; }' is not assignable to type '(target: { [key: string]: string; }, property: string | symbol, attributes: PropertyDescriptor) => boolean'.
|
src/utils/CSSGlobalVariables.ts#L100
Argument of type 'string | symbol' is not assignable to parameter of type 'string'.
|
src/utils/CSSGlobalVariables.ts#L116
Argument of type 'string | symbol' is not assignable to parameter of type 'string'.
|
src/utils/CSSGlobalVariables.ts#L161
Property 'getAttribute' does not exist on type 'Element | ProcessingInstruction'.
|
The logs for this run have expired and are no longer available.
Loading