-
Notifications
You must be signed in to change notification settings - Fork 24
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
Different output at node and at browser #9
Comments
The issue is that for browser used |
I just checked and in both cases |
I think you did that to reduce dependency size at browser level? If yes it's possibly better to use |
simple example
Running this under node gives
<a href="j">test</a>
see https://repl.it/repls/CloseMassiveArchitectsAnd running this under browser gives
<a href="&#106;">test</a>
see https://codesandbox.io/s/k3ql74k5y5This causes an issues with server side rendering.
The text was updated successfully, but these errors were encountered: