質問編集履歴
1
コンポーネント名が異なっていたため修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
import React, { useState } from "react";
|
32
32
|
import ReactDOM from "react-dom";
|
33
33
|
|
34
|
-
function
|
34
|
+
function Form() {
|
35
35
|
let errorMessage = <p></p>;
|
36
36
|
|
37
37
|
const [user, inputUser] = useState("");
|