We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab1bac commit a4abaf9Copy full SHA for a4abaf9
experiments/apidom-playground/src/features/app/slice.js
@@ -22,7 +22,7 @@ const parser = ApiDOMParser()
22
23
const initialState = {
24
source: '',
25
- apiDOM: '{"prop":"value"}',
+ apiDOM: '',
26
baseURI: '',
27
mediaType: '',
28
console: '',
0 commit comments