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

Empty lines show up as "different" #59

Open
M0diis opened this issue Oct 31, 2024 · 0 comments
Open

Empty lines show up as "different" #59

M0diis opened this issue Oct 31, 2024 · 0 comments

Comments

@M0diis
Copy link

M0diis commented Oct 31, 2024

As title says. Doesn't handle empty lines properly. Tried different compare methods. Using ^3.4.0

image

    const [text1, setText1] = useState(`
    Text1


    Text1
    `);
    const [text2, setText2] = useState(`
    Text1


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

No branches or pull requests

1 participant