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 35f2043 commit ac4e8a4Copy full SHA for ac4e8a4
src/runtime/composables/useDrupalCe.ts
@@ -92,7 +92,7 @@ export const useDrupalCe = () => {
92
/**
93
* Use page data
94
*/
95
- const getPage = () => useState('drupal-ce-page-data')
+ const getPage = () => useState('drupal-ce-page-data', () => ({}))
96
97
98
* Render elements from page data returned from fetchPage
0 commit comments