Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make collectionView parameter optional #325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bytrangle
Copy link
Contributor

Description

The getCollectionData only requires two parameters, as shown in this README.

However, the typing makes it look like it requires a third parameter, collectionView, which is in fact optional. If users din't pass collectionView to the function, Typescript will complain.

Notion Test Page ID

Just try passing these two ids to getCollectionData, and the response is successful.

const collectionId = '2d8aec23-8281-4a94-9090-caaf823dd21a'
const collectionViewId = 'ab639a5a-853e-45e1-9ef7-133b486c0acf'

@vercel
Copy link

vercel bot commented Jul 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-notion-x ✅ Ready (Inspect) Visit Preview Jul 6, 2022 at 5:02AM (UTC)
react-notion-x-minimal-demo ✅ Ready (Inspect) Visit Preview Jul 6, 2022 at 5:02AM (UTC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant