Skip to content

Fix comment mentions and rich text autocomplete #71

Fix comment mentions and rich text autocomplete

Fix comment mentions and rich text autocomplete #71

Triggered via push October 18, 2025 13:47
Status Failure
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests: resources/js/components/Tag/HashtagHeader.vue#L149
'authStore' is of type 'unknown'.
tests: resources/js/components/Tag/HashtagHeader.vue#L146
'authStore' is of type 'unknown'.
tests: resources/js/components/Tag/HashtagHeader.vue#L49
Type '"menuOpen ? 'true' : 'false'"' is not assignable to type 'Booleanish | undefined'.
tests: resources/js/components/Profile/ProfileListCard.vue#L26
Property 'username' does not exist on type 'object'.
tests: resources/js/components/Profile/ProfileListCard.vue#L23
Property 'name' does not exist on type 'object'.
tests: resources/js/components/Profile/ProfileListCard.vue#L20
Type 'string' is not assignable to type 'number'.
tests: resources/js/components/Profile/ProfileListCard.vue#L20
Property 'avatar' does not exist on type 'object'.
tests: resources/js/components/Profile/ProfileListCard.vue#L11
Object literal may only specify known properties, and 'username' does not exist in type '(props: LooseRequired<Props>) => object'.
tests: resources/js/components/Profile/ProfileListCard.vue#L9
'props' is declared but its value is never read.
tests: resources/js/components/Profile/ProfileListCard.vue#L2
'computed' is declared but its value is never read.