-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Companion mode #4
Conversation
✅ Deploy Preview for reachat-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
58ac51f
to
560be54
Compare
"reakeys": "^2.0.3", | ||
"remark-gfm": "^4.0.0", | ||
"remark-youtube": "^1.3.2" | ||
}, | ||
"peerDependencies": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch but i think we need to keep these listed as devDepedendecies
too
src/Chat.tsx
Outdated
@@ -97,6 +99,11 @@ export const Chat: FC<ChatProps> = ({ | |||
const [internalActiveSessionID, setInternalActiveSessionID] = useState< | |||
string | undefined | |||
>(activeSessionId); | |||
const [ref, { width }] = useMeasure(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use the same measure lib we use in reaviz for this.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Screen.Recording.2024-07-30.at.7.12.33.PM.mov
Does this PR introduce a breaking change?
Other information