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

wip: feat: support react 19 #545

Closed
wants to merge 2 commits into from
Closed

Conversation

yue4u
Copy link
Contributor

@yue4u yue4u commented May 29, 2024

やったこと

  • support react 19

動作確認環境

チェックリスト

不要なチェック項目は消して構いません

  • 破壊的変更がある場合には、対象のパッケージのメジャーバージョンが上がっていることを確認した
  • 追加したコンポーネントが index.ts から再 export されている
  • README やドキュメントに影響があることを確認した

@@ -16,7 +10,7 @@ const hasChildren = (

export const childToString = (
// eslint-disable-next-line @typescript-eslint/ban-types
child?: ReactText | boolean | {} | null
child?: number | string | boolean | {} | null
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mimokmt mimokmt added the minor label Aug 14, 2024
@yue4u
Copy link
Contributor Author

yue4u commented Nov 20, 2024

close in favor of #654

@yue4u yue4u closed this Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants