-
Notifications
You must be signed in to change notification settings - Fork 1
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
221 ユーザーをクリックしたらそのユーザーの情報をモーダルウィンドウ的なので表示させるます #233
Merged
The head ref may contain hidden characters: "221-\u30E6\u30FC\u30B6\u30FC\u3092\u30AF\u30EA\u30C3\u30AF\u3089\u305D\u306E\u30E6\u30FC\u30B6\u30FC\u306E\u60C5\u5831\u3092\u30E2\u30FC\u30C0\u30EB\u30A6\u30A3\u30F3\u30C9\u30A6\u7684\u306A\u306E\u3067\u8868\u793A\u3055\u305B\u308B\u307E\u3059"
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modal.setAppElement('body');を設置 modal.setAppElement()を使うにはclientサイドじゃないといけないので'use client';を追加
npm i --save-dev @types/react-modal
…//github.com/s-xix98/trc-prot into 221-ユーザーをクリックらそのユーザーの情報をモーダルウィンドウ的なので表示させるます
nori26
changed the title
221 ユーザーをクリックらそのユーザーの情報をモーダルウィンドウ的なので表示させるます
221 ユーザーをクリックしたらそのユーザーの情報をモーダルウィンドウ的なので表示させるます
May 27, 2023
nori26
previously approved these changes
May 28, 2023
s-xix98
previously approved these changes
May 30, 2023
wyoheiii
force-pushed
the
221-ユーザーをクリックらそのユーザーの情報をモーダルウィンドウ的なので表示させるます
branch
from
May 30, 2023 19:04
c8d04eb
to
b433d3f
Compare
s-xix98
approved these changes
May 30, 2023
nori26
approved these changes
May 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
userをクリックしたらそいつの情報をmodalで表示するようにした
cssはやってない
https://www.npmjs.com/package/react-modal
Modal.setAppElement('body');
https://reactcommunity.org/react-modal/accessibility/
modalを消すとModal.setAppElement('body');警告でるけどstrictモード消すと直る
reactjs/react-modal#808