react-notion-x icon indicating copy to clipboard operation
react-notion-x copied to clipboard

Blank line renders as: Â

Open silveltman opened this issue 2 years ago • 3 comments
trafficstars

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 avatar Feb 06 '23 19:02 silveltman

Also, very weird things happen in normal text: image

silveltman avatar Feb 06 '23 19:02 silveltman

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

silveltman avatar Feb 06 '23 19:02 silveltman

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

edugenesis avatar Mar 16 '23 08:03 edugenesis