makenotion / notion-sdk-js

Official Notion JavaScript Client
https://developers.notion.com/docs
MIT License
4.95k stars 591 forks source link

property select, title and others types bug #528

Open ccosming opened 1 month ago

ccosming commented 1 month ago

The select type of the property in the notionhq library is different from the existing data received

Select

Recieved:

image

Type:

image

Maybe should be this:

image

Title

Also for title property:

Recieved:

image

Type

image

Maybe should be this:

image

Bonus

It seems that more issues using the EmptyObjecttype.

image