splitbee / react-notion

A fast React renderer for Notion pages
https://react-notion.com
MIT License
2.87k stars 151 forks source link

Backlinks are not rendered #67

Open Shunxu-H opened 3 years ago

Shunxu-H commented 3 years ago

After some investigation, it seems like backlinks are embedded within the text blocks as such

0: "p"
1: "74c1c34b-93ef-4e71-ad88-103a3503cb6a" // id 
2: "dd90a6b9-e00b-4a53-a360-b36f747bc8e6" // space id 
length: 3
__proto__: Array(0)

As a result, the backlink is rendered as a little triangle Screen Shot 2021-05-25 at 10 53 26 AM Any workaround that people are aware of? If not, any pointers on what needs to be changed to have it fixed?

Thanks!

quroom commented 3 years ago

Did you solve?

Shunxu-H commented 3 years ago

Did you solve?

I used react-notion-x instead

quroom commented 3 years ago

Did you solve?

I used react-notion-x instead

Thanks for answering me. I used to use vue-notion. but it hasn't maintained by anyone. :(