notion-sdk-net
notion-sdk-net copied to clipboard
Cannot deserialize the database with button properties
Querying a database containing "button properties" that are new to Notion will fail with the following exception. Need an appropriate property class that can accept button properties.
Newtonsoft.Json.JsonSerializationException: 'Error converting value "button" to type 'Notion.Client.PropertyValueType'. Path 'type', line 1, position 4445.'
I will address this issue.
Can anyone merge the related PR? I have the same problem....