[feat] Create user settings page #674
Annotations
9 errors and 1 warning
pr-checks:
src/pages/panel/accounts/AccountRow.tsx#L513
This JSX tag's 'children' prop expects a single child of type 'ReactElement<unknown, string | JSXElementConstructor<any>>', but multiple children were provided.
|
pr-checks:
src/pages/panel/accounts/AccountRow.tsx#L568
Type 'ReactNode' is not assignable to type 'ReactElement<unknown, string | JSXElementConstructor<any>>'.
|
pr-checks:
src/pages/panel/shared/failed-checks/FailedCheckIgnoreButton.tsx#L37
This JSX tag's 'children' prop expects a single child of type 'ReactElement<unknown, string | JSXElementConstructor<any>>', but multiple children were provided.
|
pr-checks:
src/pages/panel/workspace-settings-billing/ChangePaymentNoMethodModal.tsx#L29
This JSX tag's 'children' prop expects a single child of type 'ReactElement<unknown, string | JSXElementConstructor<any>>', but multiple children were provided.
|
pr-checks:
src/pages/panel/workspace-settings-users/WorkspaceSettingsUserInvitationRow.tsx#L84
This JSX tag's 'children' prop expects a single child of type 'ReactElement<unknown, string | JSXElementConstructor<any>>', but multiple children were provided.
|
pr-checks:
src/pages/panel/workspace-settings-users/WorkspaceSettingsUserRow.tsx#L106
This JSX tag's 'children' prop expects a single child of type 'ReactElement<unknown, string | JSXElementConstructor<any>>', but multiple children were provided.
|
pr-checks:
src/shared/charts/PieChart.tsx#L98
Type '{ children: Element; width: number; height: number; ref: (e: any) => any; }' is not assignable to type 'IntrinsicAttributes & CategoricalChartProps'.
|
pr-checks:
src/shared/charts/PieChart.tsx#L98
Parameter 'e' implicitly has an 'any' type.
|
pr-checks
Process completed with exit code 2.
|
pr-checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|