Open 3dGrabber opened 2 years ago
^Title
This makes it impossible to create an input element:
input
const usernameInput = input({type: "text" , id: "Username"}) const passwordInput = input({type: "password", id: "Password"})
The above will produce the following error:
Uncaught Error: Objects are not valid as a React child (found: object with keys {type, id}).
^Title
This makes it impossible to create an
input
element:The above will produce the following error: