NotionX / react-notion-x

Fast and accurate React renderer for Notion. TS batteries included. ⚡️
https://react-notion-x-demo.transitivebullsh.it
MIT License
4.85k stars 568 forks source link

Blank line renders as: Â #432

Open silveltman opened 1 year ago

silveltman commented 1 year ago

Description

My blank line render with a weird character: Â

image

Also, euro sign (€) don't load well. €2475,- instead of €2475,-

I can upload a link later, if needed.

silveltman commented 1 year ago

Also, very weird things happen in normal text: image

silveltman commented 1 year ago

Update: I use Astro and had client javascript disabled. When enabling it, the first problem goed away. The other 2 problems do not unfortunately

edugenesis commented 1 year ago

@silveltman Using messagepack instead of just passing raw object seems to solve the issue. Most likely the problem with Astro