質問編集履歴

2

追記取り消し

2022/12/07 17:16

投稿

kk0128
kk0128

スコア1

test CHANGED
File without changes
test CHANGED
@@ -198,12 +198,4 @@
198
198
  `biscolab/laravel-recaptcha`を使って実装の解説をしているサイト
199
199
  <https://makitweb.com/adding-google-recaptcha-v2-to-form-in-laravel/>
200
200
 
201
- ### 追記(2022/12/07)
201
+
202
- 登録フォームをDevToolsで見たところ、
203
- ```
204
- Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.
205
- ```
206
- というエラーがbladeのrecaptchaのヘッダとフォームタグのところで発生していました。
207
- しかし、エラーの修正方法がわかりません。
208
-
209
-

1

フォームでのエラーを発見したので追記しました

2022/12/07 13:40

投稿

kk0128
kk0128

スコア1

test CHANGED
File without changes
test CHANGED
@@ -198,4 +198,12 @@
198
198
  `biscolab/laravel-recaptcha`を使って実装の解説をしているサイト
199
199
  <https://makitweb.com/adding-google-recaptcha-v2-to-form-in-laravel/>
200
200
 
201
-
201
+ ### 追記(2022/12/07)
202
+ 登録フォームをDevToolsで見たところ、
203
+ ```
204
+ Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.
205
+ ```
206
+ というエラーがbladeのrecaptchaのヘッダとフォームタグのところで発生していました。
207
+ しかし、エラーの修正方法がわかりません。
208
+
209
+