frontend(theme):add dark mode#2471
Draft
ChayanDass wants to merge 2 commits into
Draft
Annotations
9 errors and 1 warning
|
|
|
|
|
src/welcome/WelcomePage.js#L45
Property 'styles' does not exist on type '{ getSteps: ({ t }: { t: any; }) => { content: Element; placement: string; target: string; }[]; getStyles: () => object; }'.
|
|
src/welcome/WelcomePage.js#L44
Argument of type '{ t: TFunction<"translation", undefined>; Trans: <Key extends string, Ns extends Namespace<string> = "translation", KPrefix = undefined, TContext extends string | undefined = undefined, TOpt extends TOptionsBase & $Dictionary<...> & { ...; } = { ...; }, E = React.HTMLProps<...>>(props: TransProps<...>) => React.Reac...' is not assignable to parameter of type '{ t: any; }'.
|
|
src/welcome/WelcomePage.js#L44
Type '{ content: Element; placement: string; target: string; }[]' is not assignable to type '{ beaconComponent?: ElementType<BeaconRenderProps> | undefined; disableCloseOnEsc?: boolean | undefined; disableOverlay?: boolean | undefined; ... 23 more ...; title?: ReactNode; }[]'.
|
|
|
|
src/welcome/WelcomePage.js#L45
Property 'styles' does not exist on type '{ getSteps: ({ t }: { t: any; }) => { content: Element; placement: string; target: string; }[]; getStyles: () => object; }'.
|
|
src/welcome/WelcomePage.js#L44
Argument of type '{ t: TFunction<"translation", undefined>; Trans: <Key extends string, Ns extends Namespace<string> = "translation", KPrefix = undefined, TContext extends string | undefined = undefined, TOpt extends TOptionsBase & $Dictionary<...> & { ...; } = { ...; }, E = React.HTMLProps<...>>(props: TransProps<...>) => React.Reac...' is not assignable to parameter of type '{ t: any; }'.
Object literal may only specify known properties, and 'Trans' does not exist in type '{ t: any; }'.
|
|
src/welcome/WelcomePage.js#L44
Type '{ content: Element; placement: string; target: string; }[]' is not assignable to type '{ beaconComponent?: ElementType<BeaconRenderProps> | undefined; disableCloseOnEsc?: boolean | undefined; disableOverlay?: boolean | undefined; ... 23 more ...; title?: ReactNode; }[]'.
Type '{ content: React.JSX.Element; placement: string; target: string; }' is not assignable to type '{ beaconComponent?: ElementType<BeaconRenderProps> | undefined; disableCloseOnEsc?: boolean | undefined; disableOverlay?: boolean | undefined; ... 23 more ...; title?: ReactNode; }'.
Types of property 'placement' are incompatible.
Type 'string' is not assignable to type '"auto" | "center" | Placement | undefined'.
|
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: gozala/typescript-error-reporter-action@v1.0.9. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
The logs for this run have expired and are no longer available.
Loading