5
let me = {
age: 5,
name: "Big ReScript"
}
⣿
React
Create a React component called 'App' if you want to render it here, then enable 'Auto-run'.Console
Add some 'Console.log' to your code and enable 'Auto-run' to see your logs here.Type Errors
[E] Line 2, column 2:
The record field age can't be found. If it's defined in another module or file, bring it into scope by: - Prefixing it with said module name: TheModule.age - Or specifying its type: let theValue: TheModule.theType = {age: VALUE}
Type Errors
[E] Line 2, column 2:
The record field age can't be found. If it's defined in another module or file, bring it into scope by: - Prefixing it with said module name: TheModule.age - Or specifying its type: let theValue: TheModule.theType = {age: VALUE}
ReScript Version
Syntax
Module-System
Loaded Libraries
- @rescript/react
- @rescript/core
- compiler-builtins
Warning Flags
+a-4-9-20-40-41-42-50-61-102