vertically tighter note layout #2608
Annotations
10 errors and 1 warning
src/js/components/Dropdown.tsx#L10
Property 'small' does not exist on type 'Props'.
|
src/js/components/events/EventDropdown.tsx#L107
Type '{ children: Element[]; small: true; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
src/js/components/user/ProfileCard.tsx#L41
'name' is declared but its value is never read.
|
src/js/components/user/ProfileCard.tsx#L42
'nip05' is declared but its value is never read.
|
src/js/components/user/ProfileCard.tsx#L43
'about' is declared but its value is never read.
|
src/js/components/user/ProfileCard.tsx#L44
'followedUserCount' is declared but its value is never read.
|
src/js/components/user/ProfileCard.tsx#L45
'followerCount' is declared but its value is never read.
|
src/js/components/user/ProfileCard.tsx#L47
'rawDataJson' is declared but its value is never read.
|
src/js/components/user/ProfileCard.tsx#L49
Cannot find name 'useHistory'. Did you mean 'history'?
|
src/js/components/user/ProfileCard.tsx#L63
Argument of type 'any' is not assignable to parameter of type 'never'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading