質問編集履歴
2
devツールのコンソール表示内容追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -158,4 +158,8 @@
|
|
158
158
|
|
159
159
|

|
160
160
|
|
161
|
+
修正したconsoleの内容とeventListerの画像
|
162
|
+

|
161
163
|
|
164
|
+
bottonの処理をconsole.logに変更した後のdevtook
|
165
|
+
|
1
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
|
+

|
160
|
+
|
161
|
+
|