Skip to content

Conversation

@wo-o29
Copy link
Contributor

@wo-o29 wo-o29 commented Sep 1, 2025

📝 Key Changes

  • Corrected style prop usage:
    Updated inline style from style="display: flex; justify-content: space-between;" to style={{ display: "flex", justifyContent: "space-between" }} for valid JSX and consistency.

  • Added missing keyword prop:
    Passed the required keyword prop to ItemEditBody for controlled input, ensuring correct state management and preventing uncontrolled behavior.

  • Fixed ItemEditList props and example comment:
    Adjusted props for ItemEditList to match the component's usage, removing unrelated props from ItemEditBody.

This change applies to Korean and Japanese documents.

💬 Comment

Since ItemEditList is an example that shows how to use the Context API, the rendering logic is simply written in comments, but if you need the exact code, please let me know!

🖼️ Before and After Comparison

Before After
스크린샷 2025-09-01 오후 1 17 30 스크린샷 2025-09-01 오후 1 17 39

@vercel
Copy link

vercel bot commented Sep 1, 2025

@wo-o29 is attempting to deploy a commit to the Toss Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Collaborator

@milooy milooy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

return (
<>
<div style="display: flex; justify-content: space-between;">
<div style={{ display: "flex", justifyContent: "space-between" }}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@milooy milooy merged commit c16774c into toss:main Sep 8, 2025
1 of 2 checks passed
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.

2 participants