We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Style prop is
<div style="background-image: url(https://www.example.com/one.png)" />
Sorry, something went wrong.
Must be happening here:
unexpected-dom/src/index.js
Line 106 in a5f961e
If there are 3 or more elements in tuple, it must re-join the rest by : to avoid throwing away //www.example.com/one.png).
tuple
:
//www.example.com/one.png)
Thanks for finding this, this is me who have introduced this bug, so I'll also fix it again :-)
Fix problem where urls in style attributes would get cut
164b4f9
Fixes: #291
sunesimonsen
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: