-
Notifications
You must be signed in to change notification settings - Fork 313
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
refactor(content-sidebar): convert CommentForm to TypeScript #3910
base: master
Are you sure you want to change the base?
refactor(content-sidebar): convert CommentForm to TypeScript #3910
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
src/elements/content-sidebar/activity-feed/comment-form/CommentForm.js.flow
Outdated
Show resolved
Hide resolved
src/elements/content-sidebar/activity-feed/comment-form/CommentForm.tsx
Outdated
Show resolved
Hide resolved
src/elements/content-sidebar/activity-feed/comment-form/CommentForm.tsx
Outdated
Show resolved
Hide resolved
src/elements/content-sidebar/activity-feed/comment-form/CommentForm.tsx
Outdated
Show resolved
Hide resolved
src/elements/content-sidebar/activity-feed/comment-form/CommentForm.tsx
Outdated
Show resolved
Hide resolved
Co-Authored-By: [email protected] <[email protected]>
Here are the line-by-line differences between CommentForm.tsx and CommentForm.js.flow:
All other code remains functionally identical between the two files. The changes focus on improving type safety and following TypeScript conventions while maintaining the same component behavior. |
Description
Convert CommentForm component from Flow to TypeScript
Changes
Type Changes
Testing
Notes
Link to Devin run: https://app.devin.ai/sessions/03ef58bada764a90ac509de41d85a218
Requested by: [email protected]