Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update App.tsx - reference chat name in url hash #515 #522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

7flash
Copy link

@7flash 7flash commented Jan 28, 2024

No description provided.

@zewebdev1337
Copy link

just a headsup, there's an issue with "chatIndexToSet': after merging into my fork the build process fails with:

src/App.tsx(56,11): error TS2304: Cannot find name 'chatIndexToSet'.
src/App.tsx(58,31): error TS2304: Cannot find name 'chatIndexToSet'.
src/App.tsx(58,55): error TS2304: Cannot find name 'chatIndexToSet'.
src/App.tsx(68,16): error TS2304: Cannot find name 'chatsFromStore'.
src/App.tsx(68,34): error TS2304: Cannot find name 'chatsFromStore'.
src/App.tsx(69,7): error TS2304: Cannot find name 'chatIndexToSet'.
src/App.tsx(69,60): error TS2304: Cannot find name 'chatsFromStore'.
src/App.tsx(70,11): error TS2304: Cannot find name 'chatIndexToSet'.
src/App.tsx(71,29): error TS2304: Cannot find name 'chatIndexToSet'.
error Command failed with exit code 2.

I didn't check the code as I'm currently only merging PRs into my fork, if I fix it, which seems like an easy fix, I'll share the fix back

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.

None yet

2 participants