Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

email export command produce files with NUL (Hex 00) char #1870

Open
veged opened this issue Jan 17, 2025 · 1 comment
Open

email export command produce files with NUL (Hex 00) char #1870

veged opened this issue Jan 17, 2025 · 1 comment

Comments

@veged
Copy link

veged commented Jan 17, 2025

Describe the Bug

Sometimes in exported HTML in random places NUL char (<^@> 0, Hex 00, Octal 000) appears.

Which package is affected (leave empty if unsure)

No response

Link to the code that reproduces this issue

Not sure how to provide «minimal» reproduction… In my cases it happens with long emails in some random places…

To Reproduce

Not sure how to provide «minimal» reproduction… In my cases it happens with long emails in some random places…

Expected Behavior

There should not be unpredicted chars in export HTML.

What's your node version? (if relevant)

No response

@gabrielmfern
Copy link
Collaborator

Yeah, this is pretty common with React 18 for some reason, note that React 19 doesn't have this issue. This should also be fixed by #1843

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants