Skip to content

Fix/chat 2 - #241

Closed
mr-teikst wants to merge 5 commits into
developfrom
fix/chat-2
Closed

Fix/chat 2#241
mr-teikst wants to merge 5 commits into
developfrom
fix/chat-2

Conversation

@mr-teikst

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown

❌ Build failed!

Error details:

#14 32.30    Checking validity of types ...
#14 44.62 Failed to compile.
#14 44.62 
#14 44.62 ./components/Chat/ChatBox/ChatBox.tsx:51:37
#14 44.62 Type error: Property 'chat' does not exist on type 'RootState'.
#14 44.62 
#14 44.62   49 |     const messageReloaderRef = React.useRef<HTMLDivElement>(null);
#14 44.62   50 |     const selectedChatRoom = useSelector(
#14 44.62 > 51 |         (state: RootState) => state.chat.selectedChatRoom
#14 44.62      |                                     ^
#14 44.62   52 |     );
#14 44.62   53 |     const user = useSelector((state: RootState) => state.user);
#14 44.62   54 |
#14 44.70 Next.js build worker exited with code: 1 and signal: null
#14 ERROR: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
------

@github-actions github-actions Bot closed this Aug 21, 2025
@mr-teikst mr-teikst reopened this Aug 21, 2025
@mr-teikst mr-teikst closed this Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant