feat: update core deps

This commit is contained in:
Travis Fischer
2021-01-16 19:57:07 -05:00
parent def3c4f312
commit b4da692480
3 changed files with 44 additions and 1336 deletions

View File

@@ -79,6 +79,7 @@ export const NotionPage: React.FC<types.PageProps> = ({
})
if (!isServer) {
// add important objects global window for easy debugging
;(window as any).recordMap = recordMap
;(window as any).block = block
}
@@ -90,6 +91,7 @@ export const NotionPage: React.FC<types.PageProps> = ({
let comments: React.ReactNode = null
// only display comments on blog post pages
if (block.type === 'page' && block.parent_table === 'collection') {
comments = (
<ReactUtterances