Skip to content

Commit ba6bdc5

Browse files
larswsdirix
authored andcommitted
Fix small bug in README example code
const data -> const initialData
1 parent 2f74339 commit ba6bdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const uischema = {
9393
}
9494
]
9595
};
96-
const data = {};
96+
const initialData = {};
9797
function App() {
9898
const [data, setData] = useState(initialData);
9999
return (

0 commit comments

Comments
 (0)