Implement the new init method #195
ci.yml
on: push
Matrix: Build
Matrix: Compatibility-Tests
Matrix: Lint
Matrix: Test
Matrix: Visual regression tests
Annotations
5 errors and 10 warnings
Build (18.x)
Process completed with exit code 1.
|
Test (18.x)
Process completed with exit code 1.
|
Visual regression tests (18.x)
Process completed with exit code 1.
|
Compatibility-Tests (18.x)
Process completed with exit code 1.
|
Lint (18.x)
Process completed with exit code 1.
|
Lint (18.x):
packages/app/src/app/(protected)/_components/EditWorkspaceDialog.tsx#L69
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/EditWorkspaceDialog.tsx#L70
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/InviteGuestsDialog.tsx#L67
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/InviteGuestsDialog.tsx#L160
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/InviteGuestsDialog.tsx#L168
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/InviteTeamMembersPrompt.tsx#L56
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/NewWorkspaceDialog.tsx#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/NewWorkspaceDialog.tsx#L60
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/NotificationsPopover.tsx#L60
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint (18.x):
packages/app/src/app/(protected)/_components/NotificationsPopover.tsx#L61
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|