There was an error while loading. Please reload this page.
1 parent 2f74339 commit ba6bdc5Copy full SHA for ba6bdc5
packages/react/README.md
@@ -93,7 +93,7 @@ const uischema = {
93
}
94
]
95
};
96
-const data = {};
+const initialData = {};
97
function App() {
98
const [data, setData] = useState(initialData);
99
return (
0 commit comments