We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5a4f4 commit 82a5664Copy full SHA for 82a5664
src/store/useJson.ts
@@ -8,7 +8,7 @@ interface JsonActions {
8
}
9
10
const initialStates = {
11
- json: "",
+ json: "{}",
12
loading: true,
13
};
14
0 commit comments