質問編集履歴

2

devツールのコンソール表示内容追記

2022/02/16 01:23

投稿

kiyomasa
kiyomasa

スコア40

test CHANGED
File without changes
test CHANGED
@@ -158,4 +158,8 @@
158
158
 
159
159
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-02-16/0c5661cc-21ca-42b8-892c-e024a98d3f4f.png)
160
160
 
161
+ 修正したconsoleの内容とeventListerの画像
162
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-02-16/8833bf76-f079-4014-af0e-242236dc4ea1.png)
161
163
 
164
+ bottonの処理をconsole.logに変更した後のdevtook
165
+

1

2022/02/15 23:34

投稿

kiyomasa
kiyomasa

スコア40

test CHANGED
File without changes
test CHANGED
@@ -129,4 +129,33 @@
129
129
 
130
130
  お知恵をいただけると幸いです。
131
131
 
132
+ 以下コンソールの情報を追記します
132
133
 
134
+ ```
135
+ [HMR] Waiting for update signal from WDS...
136
+
137
+ login:1 [DOM] Found 2 elements with non-unique id #field-3: (More info: https://goo.gl/9p2vKq) <input type=​"text" placeholder=​"email" name=​"email" id=​"field-3" aria-invalid=​"true" class=​"chakra-input css-1c6j008" aria-describedby=​"field-3-feedback">​ <input type=​"password" placeholder=​"password" name=​"password" id=​"field-3" aria-invalid=​"true" class=​"chakra-input css-1c6j008" aria-describedby=​"field-3-feedback">​
138
+ login:1 [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) <input type=​"password" placeholder=​"password" name=​"password" id=​"field-3" aria-invalid=​"true" class=​"chakra-input css-1c6j008" aria-describedby=​"field-3-feedback">​
139
+
140
+ webpackHotDevClient.js:138 src/hooks/useAuth.js
141
+
142
+ Line 39:13: Unexpected console statement no-console
143
+
144
+ src/hooks/useAuthCheck.js
145
+ Line 36:9: Unexpected console statement no-console
146
+
147
+ src/hooks/useGetFavo.js
148
+ Line 23:11: Unexpected console statement no-console
149
+
150
+ src/hooks/useSignup.js
151
+ Line 44:11: Unexpected console statement no-console
152
+ Line 50:11: Unexpected console statement no-console
153
+ Line 54:9: Unexpected console statement no-console
154
+ printWarnings @ webpackHotDevClient.js:138
155
+ handleWarnings @ webpackHotDevClient.js:143
156
+ push../node_modules/react-dev-utils/webpackHotDevClient.js.connection.onmessage @ webpackHotDevClient.js:210
157
+ ```
158
+
159
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-02-16/0c5661cc-21ca-42b8-892c-e024a98d3f4f.png)
160
+
161
+