@notionhq/custom-blocks 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/version.js +1 -1
- package/docs/data-sources.md +1 -1
- package/package.json +1 -1
package/dist/version.js
CHANGED
package/docs/data-sources.md
CHANGED
|
@@ -94,7 +94,7 @@ renderManifest(customBlock.getManifest());
|
|
|
94
94
|
|
|
95
95
|
## Example: querying a data source
|
|
96
96
|
|
|
97
|
-
A typical data-driven view picks a key, calls `useDataSource`, schema-checks the rows, and surfaces a setup hint when the mapped collection is missing the expected fields
|
|
97
|
+
A typical data-driven view picks a key, calls `useDataSource`, schema-checks the rows, and surfaces a setup hint when the mapped collection is missing the expected fields:
|
|
98
98
|
|
|
99
99
|
```tsx
|
|
100
100
|
import type { NotionDataSourcePage } from "@notionhq/custom-blocks";
|