Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without the fix listPages method produces this error: ``` return data.items.map((Page) => new Page({ ...Page, docId })); // TypeError: Page is not a constructor ```
- Loading branch information